summaryrefslogtreecommitdiff
path: root/home/config/ssh
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-06-21 22:52:21 -0400
committerFreya Murphy <freya@freyacat.org>2024-06-21 22:52:21 -0400
commitcf5d8d92f1904511006a89970349dbf723ae1732 (patch)
tree2deb7af8e9031a502b6b7f1c263198e4d6b93f9f /home/config/ssh
parentupdate guixstrap (diff)
downloaddotfiles-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/config31
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
+