diff options
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config | 48 |
1 files changed, 34 insertions, 14 deletions
diff --git a/.ssh/config b/.ssh/config index b725e6b..5745621 100644 --- a/.ssh/config +++ b/.ssh/config @@ -10,26 +10,46 @@ host jolteon Host yveltal HostName yveltal.freya.cat - User freya + User root + Port 1111 + +Host yveltal.local + HostName 192.168.0.126 + User root Port 1111 +Host yveltal.ospf + Hostname 10.1.1.1 + User root + Port 22 + +Host yveltal.router + Hostname 10.1.3.1 + User root + Port 22 + +Host yveltal.services + Hostname 10.1.3.129 + User root + Port 22 + +Host yveltal.plex + Hostname 10.1.3.73 + User root + Port 22 + +Host yveltal.minecraft + Hostname 10.1.3.13 + User root + Port 22 + Host stationery HostName stationery.faith User freya -Host queeg - Hostname queeg.cs.rit.edu - User tam2214 - -Host nitron - Hostname nitron.cs.rit.edu - User tam2214 - -Host github.com - Hostname github.com - User tam2214 - IdentityFile /home/freya/.ssh/id_rit +Host redcom + Hostname fmurphy-dev.redcom.com + User fmurphy Host * KexAlgorithms -sntrup761x25519-sha512@openssh.com - |