mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +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
|
||||
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
|
||||
#...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
|
||||
PasswordAuthentication no
|
||||
AuthenticationMethods publickey
|
||||
|
Loading…
Reference in New Issue
Block a user