diff options
Diffstat (limited to 'home-config/ssh')
| -rw-r--r-- | home-config/ssh/config | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/home-config/ssh/config b/home-config/ssh/config new file mode 100644 index 0000000..d7db7a9 --- /dev/null +++ b/home-config/ssh/config @@ -0,0 +1,26 @@ +Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" + +Host icarus + HostName icarus.tylerm.dev + User tylerm + +Host tardis + HostName tardis.tylerm.dev + User tylerm + Port 1111 + +Host stationery + HostName stationery.lol + User tylerm + +Host queeg + Hostname queeg.cs.rit.edu + User tam2214 + +Host nitron + Hostname nitron.cs.rit.edu + User tam2214 + +Host * + KexAlgorithms -sntrup761x25519-sha512@openssh.com + |