diff options
Diffstat (limited to 'debian/patches/sshd_config_newline_fix.patch')
-rw-r--r-- | debian/patches/sshd_config_newline_fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/sshd_config_newline_fix.patch b/debian/patches/sshd_config_newline_fix.patch index 97c7b5d..b2db231 100644 --- a/debian/patches/sshd_config_newline_fix.patch +++ b/debian/patches/sshd_config_newline_fix.patch @@ -11,7 +11,7 @@ Bug-Ubuntu: https://bugs.launchpad.net/bugs/1305418 --- a/waagent +++ b/waagent -@@ -3719,7 +3719,7 @@ +@@ -3838,7 +3838,7 @@ # Disable RFC 4252 and RFC 4256 authentication schemes. ReplaceFileContentsAtomic(filepath, "\n".join(filter(lambda a: not (a.startswith("PasswordAuthentication") or a.startswith("ChallengeResponseAuthentication")), |