mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-08 19:32:31 +01:00
sshd_config.d: maybe keyed root login is fine in special case of SteamOS on Steam Deck?
This commit is contained in:
parent
71a8913d37
commit
f20e23df42
@ -8,8 +8,12 @@ HostKey /etc/ssh/ssh_host_ed25519_key
|
|||||||
# Includes public keys in logins
|
# Includes public keys in logins
|
||||||
LogLevel VERBOSE
|
LogLevel VERBOSE
|
||||||
|
|
||||||
# No direct root login, keys might be ok, but audit trail
|
# No direct root login, keys might be ok, but audit trail...
|
||||||
PermitRootLogin no
|
PermitRootLogin no
|
||||||
|
#...unless we happen to be on SteamOS on Steam Deck where we probably don't
|
||||||
|
# care about audit trail by user deck and where keyed SSH may be preferable
|
||||||
|
# over having a password?
|
||||||
|
#PermitRootLogin prohibit-password
|
||||||
# Passwords are bad
|
# Passwords are bad
|
||||||
PasswordAuthentication no
|
PasswordAuthentication no
|
||||||
AuthenticationMethods publickey
|
AuthenticationMethods publickey
|
||||||
|
Loading…
Reference in New Issue
Block a user