Clean out $ssh_use_strong_ciphers
A tentative option from rhatto using the variable named $ssh_use_strong_ciphers still has two lines in init.pp Since the same functionality is provided by the variable $ssh_hardened_ssl that was merged in the shared repository, rhatto removed his feature. But there are still two lines left, so simply remove them. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
This commit is contained in:
parent
a5312442b6
commit
6615426a49
1 changed files with 0 additions and 3 deletions
|
@ -98,9 +98,6 @@ class sshd {
|
|||
case $sshd_shared_ip {
|
||||
'': { $sshd_shared_ip = "no" }
|
||||
}
|
||||
case $sshd_use_strong_ciphers {
|
||||
'': { $sshd_use_strong_ciphers = "no" }
|
||||
}
|
||||
|
||||
include sshd::client
|
||||
|
||||
|
|
Loading…
Reference in a new issue