summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.xyz>2020-10-26 11:26:46 -0500
committerDanny Holman <dholman@gymli.xyz>2020-10-26 11:26:46 -0500
commit2a713a6ab5140fab33e20afd208f62568785b543 (patch)
treec9bce3387d422f0b0c7fd6a4b0313b7742330179 /.ssh
parentfe225497c003f5273a15225c6d0d1bc750497df1 (diff)
General updates
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index 0e9625b..ee12629 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -3,6 +3,8 @@ Host *
ControlMaster auto
ControlPath ~/.ssh/sockets/socket-%r@%h:%p
ControlPersist 1h
+ GSSAPIAuthentication yes
+ GSSAPIDelegateCredentials yes
Host Zeus
HostName www.gymli.xyz
Port 22