Skip to content

Commit 07b2b65

Browse files
jaysa6824apricots
authored andcommitted
fix: krb5 ticket forwarding (#227)
* use openssh_gssapi for sshd on all hosts * GSSAPIKeyExchange = yes if host has a keytab * test an option * ticket forwarding flag * undo unhelpful option * test without specifying openssh package * implement oliver suggestions --------- Co-authored-by: 24apricots <michaelzls@berkeley.edu>
1 parent a983c30 commit 07b2b65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

profiles/desktop.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ in
119119
# Add forward flag to tickets on desktops
120120
security.krb5.settings.libdefaults.forwardable = true;
121121

122-
# Only forward Kerberos tickets to login servers (carp and koi)
122+
# Only forward Kerberos tickets to login servers (fluttershy and rainbowdash)
123123
programs.ssh.extraConfig = lib.mkOverride 90 ''
124124
CanonicalizeHostname yes
125125
CanonicalDomains ocf.berkeley.edu
126-
Host carp.ocf.berkeley.edu koi.ocf.berkeley.edu
126+
Host fluttershy.ocf.berkeley.edu rainbowdash.ocf.berkeley.edu
127127
GSSAPIAuthentication yes
128128
GSSAPIKeyExchange yes
129129
GSSAPIDelegateCredentials yes

0 commit comments

Comments
 (0)