sshd/algorithms
This commit is contained in:
parent
86fb8749e3
commit
fb7f4cc2ea
1 changed files with 3 additions and 3 deletions
|
@ -75,11 +75,11 @@ types: rsa/ed25519/…?
|
||||||
# authentication
|
# authentication
|
||||||
AuthorizedKeysFile .ssh/authorized_keys
|
AuthorizedKeysFile .ssh/authorized_keys
|
||||||
ChallengeResponseAuthentication no
|
ChallengeResponseAuthentication no
|
||||||
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr
|
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com
|
||||||
HostbasedAuthentication no
|
HostbasedAuthentication no
|
||||||
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
|
KexAlgorithms sntrup761x25519-sha512@openssh.com
|
||||||
LoginGraceTime 60
|
LoginGraceTime 60
|
||||||
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256
|
MACs hmac-sha2-512-etm@openssh.com
|
||||||
PasswordAuthentication no
|
PasswordAuthentication no
|
||||||
PermitEmptyPasswords no
|
PermitEmptyPasswords no
|
||||||
PermitRootLogin prohibit-password
|
PermitRootLogin prohibit-password
|
||||||
|
|
Loading…
Reference in a new issue