Explicitly set Protocol 2 on sshd for pagure.
This doesn't actually change anything for sshd (only proto 2 is default), However, rkhunter complains about it not setting that explicitly. So, this is just to get rkhunter to shut up about it.
This commit is contained in:
parent
7a8de6026e
commit
8c5b02c072
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
#ListenAddress ::
|
#ListenAddress ::
|
||||||
|
|
||||||
# The default requires explicit activation of protocol 1
|
# The default requires explicit activation of protocol 1
|
||||||
#Protocol 2
|
Protocol 2
|
||||||
|
|
||||||
# HostKey for protocol version 1
|
# HostKey for protocol version 1
|
||||||
#HostKey /etc/ssh/ssh_host_key
|
#HostKey /etc/ssh/ssh_host_key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue