Switch sshd config for f22/f23 to explicitly say only v2 protocol, adjust rkhunter for this.
This commit is contained in:
parent
e67aecbb2b
commit
f6722659e5
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
#ListenAddress ::
|
||||
|
||||
# The default requires explicit activation of protocol 1
|
||||
#Protocol 2
|
||||
Protocol 2
|
||||
|
||||
# HostKey for protocol version 1
|
||||
#HostKey /etc/ssh/ssh_host_key
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ListenAddress ::
|
||||
|
||||
# The default requires explicit activation of protocol 1
|
||||
#Protocol 2
|
||||
Protocol 2
|
||||
|
||||
# HostKey for protocol version 1
|
||||
#HostKey /etc/ssh/ssh_host_key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue