diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-21 22:52:21 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-21 22:52:21 -0400 |
commit | cf5d8d92f1904511006a89970349dbf723ae1732 (patch) | |
tree | 2deb7af8e9031a502b6b7f1c263198e4d6b93f9f /home/config/ssh | |
parent | update guixstrap (diff) | |
download | dotfiles-guix-cf5d8d92f1904511006a89970349dbf723ae1732.tar.gz dotfiles-guix-cf5d8d92f1904511006a89970349dbf723ae1732.tar.bz2 dotfiles-guix-cf5d8d92f1904511006a89970349dbf723ae1732.zip |
update things
Diffstat (limited to 'home/config/ssh')
-rw-r--r-- | home/config/ssh/config | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/home/config/ssh/config b/home/config/ssh/config new file mode 100644 index 0000000..3377b18 --- /dev/null +++ b/home/config/ssh/config @@ -0,0 +1,31 @@ +Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" + +Host icarus + HostName icarus.freya.cat + User freya + +Host tardis + HostName tardis.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 + |