Discussion:
[Freeze Break Request: ] Explicitly set Protocol 2 on sshd for pagure.
k***@scrye.com
2018-10-20 19:09:57 UTC
Permalink
From: Kevin Fenzi <***@scrye.com>

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.

Signed-off-by: Kevin Fenzi <***@scrye.com>
---
roles/basessh/files/ssh/sshd_config.pagure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/basessh/files/ssh/sshd_config.pagure b/roles/basessh/files/ssh/sshd_config.pagure
index 8fca2d4..0425ccb 100644
--- a/roles/basessh/files/ssh/sshd_config.pagure
+++ b/roles/basessh/files/ssh/sshd_config.pagure
@@ -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
--
1.8.3.1
_______________________________________________
infrastructure mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-***@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@lists.f
Patrick マルタインアンドレアス Uiterwijk
2018-10-20 19:13:11 UTC
Permalink
+1
_______________________________________________
infrastructure mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-***@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/i
Rick Elrod
2018-10-20 19:14:03 UTC
Permalink
+1
Post by k***@scrye.com
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.
---
roles/basessh/files/ssh/sshd_config.pagure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/basessh/files/ssh/sshd_config.pagure b/roles/basessh/files/ssh/sshd_config.pagure
index 8fca2d4..0425ccb 100644
--- a/roles/basessh/files/ssh/sshd_config.pagure
+++ b/roles/basessh/files/ssh/sshd_config.pagure
@@ -20,7 +20,7 @@
# The default requires explicit activation of protocol 1
-#Protocol 2
+Protocol 2
# HostKey for protocol version 1
#HostKey /etc/ssh/ssh_host_key
Stephen John Smoogen
2018-10-20 19:20:02 UTC
Permalink
+1
Post by k***@scrye.com
+1
Post by k***@scrye.com
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.
---
roles/basessh/files/ssh/sshd_config.pagure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/basessh/files/ssh/sshd_config.pagure b/roles/basessh/files/ssh/sshd_config.pagure
index 8fca2d4..0425ccb 100644
--- a/roles/basessh/files/ssh/sshd_config.pagure
+++ b/roles/basessh/files/ssh/sshd_config.pagure
@@ -20,7 +20,7 @@
# The default requires explicit activation of protocol 1
-#Protocol 2
+Protocol 2
# HostKey for protocol version 1
#HostKey /etc/ssh/ssh_host_key
_______________________________________________
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
--
Stephen J Smoogen.
_______________________________________________
infrastructure mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-***@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/infrastruc
Loading...