Skip to content

Commit c0f1a6f

Browse files
committed
fix: ticket forwarding by enabling GSSAPIDelegateCredentials yes
1 parent 9b6ef08 commit c0f1a6f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

profiles/base.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ in
9696
Host *.ocf.berkeley.edu *.ocf.io 169.229.226.* 2607:f140:8801::*
9797
GSSAPIAuthentication yes
9898
GSSAPIKeyExchange yes
99-
GSSAPIDelegateCredentials no
99+
GSSAPIDelegateCredentials yes
100100
'';
101+
# set GSSAPIDelegateCredentials yes, so that we can forward tickets to remote hosts (like SSH agent forwarding)
101102
};
102103

103104
environment.variables.EDITOR = "${pkgs.vim}/bin/ex"; # line editor

0 commit comments

Comments
 (0)