diff options
author | Mohammed Amar-Bensaber <renken@shione.net> | 2024-08-27 22:22:06 +0200 |
---|---|---|
committer | Mohammed Amar-Bensaber <renken@shione.net> | 2024-08-27 22:22:06 +0200 |
commit | d6b858d610db311c3006e0d44035d23a5c79ecc8 (patch) | |
tree | 8dfb40b3295ef9db90c27d1bf23d3128da4b4a21 /files/etc/ssh/sshd_config.d | |
parent | ae9610a36114ac967eafe4f334ecda9553a891f1 (diff) | |
download | shione-d6b858d610db311c3006e0d44035d23a5c79ecc8.tar.gz shione-d6b858d610db311c3006e0d44035d23a5c79ecc8.zip |
openssh-server: init config package
Diffstat (limited to 'files/etc/ssh/sshd_config.d')
-rw-r--r-- | files/etc/ssh/sshd_config.d/custom.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/etc/ssh/sshd_config.d/custom.conf b/files/etc/ssh/sshd_config.d/custom.conf new file mode 100644 index 0000000..ac755e6 --- /dev/null +++ b/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 |