diff options
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.ssh/config b/.ssh/config index cf2bb4b..73d7cec 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,17 +1,18 @@ -Host * !mars !mother !blues-pi !helios +Host * !mars !mother !helios User root Host mars User jozan Host mother User jozan -Host blues-pi - User jozan Host helios User joe Host hi-pi User root -Host joe al alcatraz - HostName jozan.org +Host joe + HostName 10.10.10.2 + Port 10022 +Host al alcatraz + HostName 10.20.20.6 Port 10022 Host git HostName gitjoe.xyz |