summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/sshd1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/sshd b/etc/sshd
index 8a2e874..fd80753 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -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";
OpenPOWER on IntegriCloud