diff options
Diffstat (limited to 'templates/sshd_config/OpenBSD_normal.erb')
| -rw-r--r-- | templates/sshd_config/OpenBSD_normal.erb | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/sshd_config/OpenBSD_normal.erb b/templates/sshd_config/OpenBSD_normal.erb index 96d8bbd..139613a 100644 --- a/templates/sshd_config/OpenBSD_normal.erb +++ b/templates/sshd_config/OpenBSD_normal.erb @@ -8,7 +8,12 @@  # possible, but leave them commented.  Uncommented options change a  # default value. -#Port 22 +<%- unless real_sshd_port.to_s.empty? then %> +Port <%= real_sshd_port %> +<%- else %> +Port 22 +<%- end %> +  #Protocol 2,1  #AddressFamily any  #ListenAddress 0.0.0.0  | 
