diff options
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 44 |
1 files changed, 24 insertions, 20 deletions
diff --git a/.ssh/config b/.ssh/config index db271fa..2908047 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,46 +1,49 @@ Match Host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" -Host garchomp - HostName garchomp.freya.cat +Host shun* + HostName shun.freya.cat user freya -Host yveltal +Host *.in.freya.cat + User root + +Host lenga HostName 10.2.0.8 User root Port 1111 -Host yveltal.ospf - HostName 10.1.1.1 +Host ospf.lenga* + HostName ospf.lenga.in.freya.cat User root Port 22 -Host yveltal.router - HostName 10.1.3.1 +Host router.lenga* + HostName router.lenga.in.freya.cat User root Port 22 -Host yveltal.services - HostName 10.1.3.129 +Host services.lenga* + HostName services.lenga.in.freya.cat User root Port 22 -Host yveltal.plex - HostName 10.1.3.73 +Host plex.lenga* + HostName plex.lenga.in.freya.cat User root Port 22 -Host yveltal.minecraft - HostName 10.1.3.13 +Host minecraft.lenga* + HostName minecraft.lenga.in.freya.cat User root Port 22 -Host tangela - HostName 10.1.4.200 +Host tangela* + HostName tangela.in.freya.cat User root Port 22 -Host tangela.router - HostName 10.1.4.1 +Host router.tangela* + HostName router.tangela.in.freya.cat User root Port 22 @@ -52,9 +55,10 @@ Host redcom HostName fmurphy-dev.redcom.com User fmurphy -Host g.freya.cat - HostkeyAlgorithms +ssh-rsa - PubkeyAcceptedKeyTypes +ssh-rsa +Host *.cs.rit.edu + User tam2214 Host * + HostkeyAlgorithms +ssh-rsa + PubkeyAcceptedKeyTypes +ssh-rsa KexAlgorithms -sntrup761x25519-sha512@openssh.com |