diff options
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..b725e6b --- /dev/null +++ b/.ssh/config @@ -0,0 +1,35 @@ +Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" + +host garchomp + hostname garchomp.freya.cat + user freya + +host jolteon + hostname jolteon.freya.cat + user freya + +Host yveltal + HostName yveltal.freya.cat + User freya + Port 1111 + +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 * + KexAlgorithms -sntrup761x25519-sha512@openssh.com + |