Index: /branches/rel_ag_9_4_5/etc/ssh/sshd_config
===================================================================
--- /branches/rel_ag_9_4_5/etc/ssh/sshd_config	(revision 20283)
+++ /branches/rel_ag_9_4_5/etc/ssh/sshd_config	(working copy)
@@ -101,3 +101,4 @@
 
 # override default of no subsystems
 #Subsystem	sftp	/usr/libexec/sftp-server
+Ciphers aes128-ctr,aes192-ctr,aes256-ctr
Index: /branches/rel_ag_9_4_5/ui/backend/sys_cmd.c
===================================================================
--- /branches/rel_ag_9_4_5/ui/backend/sys_cmd.c	(revision 20283)
+++ /branches/rel_ag_9_4_5/ui/backend/sys_cmd.c	(working copy)
@@ -2886,7 +2886,7 @@
 clear_ssh_secondary()
 {
 	clear_ssh_idletimeout();
-	ui_ssh_ciphersuite("");
+	ui_ssh_ciphersuite("aes128-ctr,aes192-ctr,aes256-ctr");
 	ui_sshon();
 	return (0);
 }
