diff options
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 38 |
1 files changed, 26 insertions, 12 deletions
diff --git a/.ssh/config b/.ssh/config index 5745621..8720845 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,15 +1,15 @@ -Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" +Match Host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" -host garchomp - hostname garchomp.freya.cat +Host garchomp + HostName garchomp.freya.cat user freya -host jolteon - hostname jolteon.freya.cat +Host jolteon + HostName jolteon.freya.cat user freya Host yveltal - HostName yveltal.freya.cat + HostName 10.2.0.8 User root Port 1111 @@ -19,27 +19,37 @@ Host yveltal.local Port 1111 Host yveltal.ospf - Hostname 10.1.1.1 + HostName 10.1.1.1 User root Port 22 Host yveltal.router - Hostname 10.1.3.1 + HostName 10.1.3.1 User root Port 22 Host yveltal.services - Hostname 10.1.3.129 + HostName 10.1.3.129 User root Port 22 Host yveltal.plex - Hostname 10.1.3.73 + HostName 10.1.3.73 User root Port 22 Host yveltal.minecraft - Hostname 10.1.3.13 + HostName 10.1.3.13 + User root + Port 22 + +Host tangela + HostName 10.1.4.200 + User root + Port 22 + +Host tangela.router + HostName 10.1.4.1 User root Port 22 @@ -48,8 +58,12 @@ Host stationery User freya Host redcom - Hostname fmurphy-dev.redcom.com + HostName fmurphy-dev.redcom.com User fmurphy +Host g.freya.cat + HostkeyAlgorithms +ssh-rsa + PubkeyAcceptedKeyTypes +ssh-rsa + Host * KexAlgorithms -sntrup761x25519-sha512@openssh.com |