mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 18:49:23 +01:00
14 lines
358 B
Plaintext
14 lines
358 B
Plaintext
|
# RSA and Ed25519 are fine, but DSA is broken and ecdsa is suspicious
|
||
|
HostKey /etc/ssh/ssh_host_rsa_key
|
||
|
HostKey /etc/ssh/ssh_host_ed25519_key
|
||
|
|
||
|
# Includes public keys in logins
|
||
|
LogLevel VERBOSE
|
||
|
|
||
|
# root login should probably be denied entirely, but key is better than
|
||
|
# password
|
||
|
PermitRootLogin prohibit-password
|
||
|
|
||
|
# Passwords are bad
|
||
|
PasswordAuthentication no
|