diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-05-21 16:39:50 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-05-21 16:39:50 -0400 |
commit | 6637851040489138279c47f2e9b3d59674cc5237 (patch) | |
tree | 355b45658f44978431531c6c79e6105c38908b92 /etc/sshd | |
parent | 5aa16772440aaacea1e68924cd7bdad8c5e2f6ad (diff) | |
download | pfsense-6637851040489138279c47f2e9b3d59674cc5237.zip pfsense-6637851040489138279c47f2e9b3d59674cc5237.tar.gz |
Adding Ciphers Ciphers aes128-ctr,aes256-ctr,arcfour256,arcfour,aes128-cbc,aes256-cbc for the
tin foil hat wearing folks.
Diffstat (limited to 'etc/sshd')
-rwxr-xr-x | etc/sshd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ /* Include default configuration for pfSense */ $sshconf = "# This file is automatically generated at startup\n"; + $sshconf = "Ciphers aes128-ctr,aes256-ctr,arcfour256,arcfour,aes128-cbc,aes256-cbc\n"; $sshconf .= "PermitRootLogin yes\n"; $sshconf .= "Compression yes\n"; $sshconf .= "ClientAliveInterval 30\n"; |