summaryrefslogtreecommitdiff
path: root/files/config/ssh/config
diff options
context:
space:
mode:
Diffstat (limited to 'files/config/ssh/config')
-rw-r--r--files/config/ssh/config12
1 files changed, 12 insertions, 0 deletions
diff --git a/files/config/ssh/config b/files/config/ssh/config
new file mode 100644
index 0000000..4953469
--- /dev/null
+++ b/files/config/ssh/config
@@ -0,0 +1,12 @@
+Match Host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"
+
+Host *.in.freya.cat
+ User root
+
+Host *.cs.rit.edu
+ User tam2214
+
+Host *
+ HostkeyAlgorithms +ssh-rsa
+ PubkeyAcceptedKeyTypes +ssh-rsa
+ KexAlgorithms -sntrup761x25519-sha512@openssh.com