diff options
Diffstat (limited to 'debian/patches/progress-linux')
-rw-r--r-- | debian/patches/progress-linux/0022-sshd_config-AuthorizedKeysFile.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0022-sshd_config-AuthorizedKeysFile.patch b/debian/patches/progress-linux/0022-sshd_config-AuthorizedKeysFile.patch new file mode 100644 index 0000000..14d7cc8 --- /dev/null +++ b/debian/patches/progress-linux/0022-sshd_config-AuthorizedKeysFile.patch @@ -0,0 +1,17 @@ +Author: Daniel Baumann <daniel.baumann@progress-linux.org> +Description: Setting AuthorizedKeysFile in sshd_config to /etc/ssh/authorized_keys/%u .ssh/authorized_keys. + +diff -Naurp openssh.orig/sshd_config openssh/sshd_config +--- openssh.orig/sshd_config ++++ openssh/sshd_config +@@ -43,9 +43,7 @@ PermitRootLogin no + + #PubkeyAuthentication yes + PubkeyAcceptedKeyTypes ssh-ed25519-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-256 +- +-# Expect .ssh/authorized_keys2 to be disregarded by default in future. +-#AuthorizedKeysFile .ssh/authorized_keys .ssh/authorized_keys2 ++AuthorizedKeysFile /etc/ssh/authorized_keys/%u .ssh/authorized_keys + + #AuthorizedPrincipalsFile none + |