diff options
| -rw-r--r-- | templates/sshd_config/Debian_squeeze.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sshd_config/Debian_squeeze.erb b/templates/sshd_config/Debian_squeeze.erb index befd25f..375846a 100644 --- a/templates/sshd_config/Debian_squeeze.erb +++ b/templates/sshd_config/Debian_squeeze.erb @@ -23,7 +23,7 @@ ListenAddress <%= address %>  Protocol 2  # HostKeys for protocol version 2  HostKey /etc/ssh/ssh_host_rsa_key -HostKey /etc/ssh/ssh_host_dsa_key +#HostKey /etc/ssh/ssh_host_dsa_key  #Privilege Separation is turned on for security  UsePrivilegeSeparation yes  | 
