diff options
Diffstat (limited to 'client/boot-tools/clientstructure/etc/ssh/sshd_config')
-rw-r--r-- | client/boot-tools/clientstructure/etc/ssh/sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/boot-tools/clientstructure/etc/ssh/sshd_config b/client/boot-tools/clientstructure/etc/ssh/sshd_config index ea0303b3..80900684 100644 --- a/client/boot-tools/clientstructure/etc/ssh/sshd_config +++ b/client/boot-tools/clientstructure/etc/ssh/sshd_config @@ -11,7 +11,7 @@ Protocol 2 HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key #Privilege Separation is turned on for security -UsePrivilegeSeparation yes +UsePrivilegeSeparation no # Lifetime and size of ephemeral version 1 server key KeyRegenerationInterval 3600 |