summaryrefslogtreecommitdiff
path: root/home/config/ssh
diff options
context:
space:
mode:
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
+