diff options
Diffstat (limited to 'config/generic/openssh-server/files/etc/ssh')
-rw-r--r-- | config/generic/openssh-server/files/etc/ssh/sshd_config.d/custom.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/generic/openssh-server/files/etc/ssh/sshd_config.d/custom.conf b/config/generic/openssh-server/files/etc/ssh/sshd_config.d/custom.conf new file mode 100644 index 0000000..ac755e6 --- /dev/null +++ b/config/generic/openssh-server/files/etc/ssh/sshd_config.d/custom.conf @@ -0,0 +1,3 @@ +# To disable tunneled clear text passwords, change to no here! +PasswordAuthentication no +PermitEmptyPasswords no |