diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-05-21 16:41:27 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-05-21 16:41:27 -0400 |
commit | 868a5b990ab32dbea625c254a6daa264086fd08b (patch) | |
tree | ef6ce93ea7aac56d542d800118970de454b54965 | |
parent | 0444202097736bd62038ff1c6d866377df604c46 (diff) | |
download | pfsense-868a5b990ab32dbea625c254a6daa264086fd08b.zip pfsense-868a5b990ab32dbea625c254a6daa264086fd08b.tar.gz |
Adding Ciphers Ciphers aes128-ctr,aes256-ctr,arcfour256,arcfour,aes128-cbc,aes256-cbc for the tin foil hat wearing folks.
-rwxr-xr-x | etc/sshd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,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"; |