Set sshd Protocol here to 2, this makes rkhunter happy hopefully.
This commit is contained in:
parent
e8963309f1
commit
c779582362
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ Port 222
|
|||
#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 @@ Port 222
|
|||
#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