diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-07 13:18:59 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-07 13:18:59 +0200 |
| commit | 6f9b69c2d298890dcefae098160c11d1a0912816 (patch) | |
| tree | 79bfab19044757c3b5a5dfe86d7f9805ccf28c4c /roles/ssh | |
| parent | a0f801dd78e1fcc9f54484d149991b3ae0b04bc5 (diff) | |
Remove unneeded GSSAPIAuthentication
Diffstat (limited to 'roles/ssh')
| -rw-r--r-- | roles/ssh/tasks/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/ssh/tasks/main.yml b/roles/ssh/tasks/main.yml index 15eca2cc..7df9efe8 100644 --- a/roles/ssh/tasks/main.yml +++ b/roles/ssh/tasks/main.yml @@ -78,7 +78,6 @@ PermitRootLogin no PermitEmptyPasswords no ChallengeResponseAuthentication no - GSSAPIAuthentication no X11Forwarding no StreamLocalBindUnlink yes notify: |
