Index: /branches/rel_apv_10_7/usr/click/bin/backend/sys_cmd.c
===================================================================
--- /branches/rel_apv_10_7/usr/click/bin/backend/sys_cmd.c	(revision 38360)
+++ /branches/rel_apv_10_7/usr/click/bin/backend/sys_cmd.c	(working copy)
@@ -4655,11 +4655,8 @@
 }
 
 #define MAX_SSH_CIPHER_TYPE 9
- 
+
 struct cipher_suite ssh_ciphers[MAX_SSH_CIPHER_TYPE] = {
-	{"aes128-cbc", 0},
-	{"aes192-cbc", 0},
-	{"aes256-cbc", 0},
 	{"aes128-ctr", 0},
 	{"aes192-ctr", 0},
 	{"aes256-ctr", 0},
@@ -4708,7 +4705,7 @@
 	return 0;
 }
 
-#define SSH_SUPPORT_CIPHERS "aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com"
+#define SSH_SUPPORT_CIPHERS "aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com"
 
 int
 check_ssh_ciphers_legal(char* new_ciphers)
Index: /branches/rel_apv_10_7/usr/click/lib/libparser/commands.pm
===================================================================
--- /branches/rel_apv_10_7/usr/click/lib/libparser/commands.pm	(revision 38360)
+++ /branches/rel_apv_10_7/usr/click/lib/libparser/commands.pm	(working copy)
@@ -30435,7 +30435,7 @@
 		function_name => "ui_ssh_ciphers",
 		function_args => [ {
 					type => "STRING",
-					help_string => "New ciphers, separated by commas. Supported ciphers are:aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm\@openssh.com,aes256-gcm\@openssh.com",
+					help_string => "New ciphers, separated by commas. Supported ciphers are:aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm\@openssh.com,aes256-gcm\@openssh.com",
 					optional => "NO",
 				},],
 	},
