aboutsummaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index d0c99ec..508b2a2 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -75,6 +75,11 @@ Host hermes hermes.ryanak.ca
Host ryanak.ca *.ryanak.ca alpha epsilon upsilon nu delta hermes
UserKnownHostsFile ~/.ssh/known_hosts.d/ryanak.ca
StrictHostKeyChecking yes
+## CMU hosts
+Host *.andrew.cmu.edu linux.gp.cs.cmu.edu
+ GSSAPIAuthentication yes
+ GSSAPIDelegateCredentials yes
+ User rkavanag
## Global defaults
Host *
ForwardX11 no