summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-05-21 16:39:50 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-05-21 16:39:50 -0400
commit6637851040489138279c47f2e9b3d59674cc5237 (patch)
tree355b45658f44978431531c6c79e6105c38908b92
parent5aa16772440aaacea1e68924cd7bdad8c5e2f6ad (diff)
downloadpfsense-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.
-rwxr-xr-xetc/sshd1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/sshd b/etc/sshd
index 8b71219..12f3fed 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -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";
OpenPOWER on IntegriCloud