mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-06-25 15:10:32 -04:00
update sshd_config
This commit is contained in:
parent
d7564c99c4
commit
397eac82b6
1 changed files with 4 additions and 2 deletions
|
@ -61,11 +61,13 @@ AuthorizedKeysFile .ssh/authorized_keys
|
||||||
# Don't read the user's ~/.rhosts and ~/.shosts files
|
# Don't read the user's ~/.rhosts and ~/.shosts files
|
||||||
#IgnoreRhosts yes
|
#IgnoreRhosts yes
|
||||||
|
|
||||||
# To disable tunneled clear text passwords, change to no here!
|
# To disable tunneled clear text passwords, change to "no" here!
|
||||||
PasswordAuthentication no
|
PasswordAuthentication no
|
||||||
#PermitEmptyPasswords no
|
#PermitEmptyPasswords no
|
||||||
|
|
||||||
# Change to no to disable s/key passwords
|
# Change to "no" to disable keyboard-interactive authentication. Depending on
|
||||||
|
# the system's configuration, this may involve passwords, challenge-response,
|
||||||
|
# one-time passwords or some combination of these and other methods.
|
||||||
KbdInteractiveAuthentication no
|
KbdInteractiveAuthentication no
|
||||||
|
|
||||||
# Kerberos options
|
# Kerberos options
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue