summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2020-03-05 20:58:21 -0600
committerDanny Holman <dholman@gymli.org>2020-03-05 20:58:21 -0600
commit7fdff57d86cafd6b7c32bf80d46322428746264a (patch)
tree0971faa8b4f29b0ea1fe281ed9e87e56a37fcbb8 /.ssh
parent151acf123f7fef74890140f2d8b4dc43126329a7 (diff)
ssh: Zeus now uses GSSAPI when available
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config5
1 files changed, 3 insertions, 2 deletions
diff --git a/.ssh/config b/.ssh/config
index fe200c3..00affa0 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,4 +1,5 @@
User dholman
-Host Mail
- HostName 192.168.86.26
+Host Zeus
+ HostName 192.168.1.26
Port 22
+ GSSAPIAuthentication yes