diff options
-rw-r--r-- | templates/sshd_config/CentOS.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/sshd_config/CentOS.erb b/templates/sshd_config/CentOS.erb index a253029..e1c8419 100644 --- a/templates/sshd_config/CentOS.erb +++ b/templates/sshd_config/CentOS.erb @@ -14,6 +14,8 @@ <%= sshd_head_additional_options %> <%- end %> +# only protocol 2 +Protocol 2 <%- unless sshd_port.to_s.empty? then -%> <%- if sshd_port.to_s == 'off' then -%> #Port -- disabled by puppet |