From 2a713a6ab5140fab33e20afd208f62568785b543 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Mon, 26 Oct 2020 11:26:46 -0500 Subject: General updates --- .ssh/config | 2 ++ 1 file changed, 2 insertions(+) (limited to '.ssh/config') 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 -- cgit v1.2.3