Remove deprecated options
This commit is contained in:
parent
c92f924faa
commit
ceca641e2f
1 changed files with 0 additions and 5 deletions
|
@ -13,12 +13,8 @@ Protocol 2
|
||||||
|
|
||||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||||
|
|
||||||
# Privilege Separation is turned on for security
|
|
||||||
UsePrivilegeSeparation yes
|
|
||||||
|
|
||||||
# Public key authentication + Password authentication
|
# Public key authentication + Password authentication
|
||||||
# Two-Factor Authentication in OpenSSH v6.2+
|
# Two-Factor Authentication in OpenSSH v6.2+
|
||||||
RSAAuthentication yes
|
|
||||||
PubkeyAuthentication yes
|
PubkeyAuthentication yes
|
||||||
AuthenticationMethods publickey
|
AuthenticationMethods publickey
|
||||||
|
|
||||||
|
@ -59,7 +55,6 @@ KexAlgorithms diffie-hellman-group18-sha512,curve25519-sha256,curve25519-sha256@
|
||||||
IgnoreRhosts yes
|
IgnoreRhosts yes
|
||||||
|
|
||||||
# Disable unused authentication schemes
|
# Disable unused authentication schemes
|
||||||
RhostsRSAAuthentication no
|
|
||||||
HostbasedAuthentication no
|
HostbasedAuthentication no
|
||||||
ChallengeResponseAuthentication no
|
ChallengeResponseAuthentication no
|
||||||
KerberosAuthentication no
|
KerberosAuthentication no
|
||||||
|
|
Loading…
Reference in a new issue