dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit fcf3ebed5410ad23d96108f51f65c884dfe08a71
parent 91de83d67f4f457f43cbb3683d73b94282948643
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 24 Sep 2020 12:14:45 +0200

Add ssh-msc script

Diffstat:
A.local/bin/ssh-msc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.local/bin/ssh-msc b/.local/bin/ssh-msc @@ -0,0 +1,2 @@ +#!/bin/sh +ssh -t adamsgaard.dk 'ssh localhost -p 10022'