File openssh-6.6p1-rm_ciphers_from_defaults.patch of Package openssh-askpass-gnome.9495

Index: openssh-6.6p1/myproposal.h
===================================================================
--- openssh-6.6p1.orig/myproposal.h
+++ openssh-6.6p1/myproposal.h
@@ -110,11 +110,10 @@
 
 #define	KEX_DEFAULT_ENCRYPT \
 	"aes128-ctr,aes192-ctr,aes256-ctr," \
-	"arcfour256,arcfour128," \
 	AESGCM_CIPHER_MODES \
 	"chacha20-poly1305@openssh.com," \
-	"aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc," \
-	"aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se"
+	"aes128-cbc,3des-cbc," \
+	"aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se"
 #define	KEX_DEFAULT_ENCRYPT_FIPS140_2 \
 	"aes128-ctr,aes192-ctr,aes256-ctr," \
 	AESGCM_CIPHER_MODES \
Index: openssh-6.6p1/ssh_config
===================================================================
--- openssh-6.6p1.orig/ssh_config
+++ openssh-6.6p1/ssh_config
@@ -55,7 +55,7 @@ ForwardX11Trusted yes
 #   Port 22
 Protocol 2
 #   Cipher 3des
-#   Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
+#   Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
 #   MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
 #   EscapeChar ~
 #   Tunnel no
Index: openssh-6.6p1/ssh_config.0
===================================================================
--- openssh-6.6p1.orig/ssh_config.0
+++ openssh-6.6p1/ssh_config.0
@@ -184,11 +184,11 @@ DESCRIPTION
 
              The default is:
 
-                aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,
+                aes128-ctr,aes192-ctr,aes256-ctr,
                 aes128-gcm@openssh.com,aes256-gcm@openssh.com,
                 chacha20-poly1305@openssh.com,
-                aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,
-                aes256-cbc,arcfour
+                aes128-cbc,3des-cbc,aes192-cbc,
+                aes256-cbc
 
              The list of available ciphers may also be obtained using the -Q
              option of ssh(1).
Index: openssh-6.6p1/ssh_config.5
===================================================================
--- openssh-6.6p1.orig/ssh_config.5
+++ openssh-6.6p1/ssh_config.5
@@ -361,11 +361,11 @@ and
 .Pp
 The default is:
 .Bd -literal -offset 3n
-aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,
+aes128-ctr,aes192-ctr,aes256-ctr,
 aes128-gcm@openssh.com,aes256-gcm@openssh.com,
 chacha20-poly1305@openssh.com,
-aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,
-aes256-cbc,arcfour
+aes128-cbc,3des-cbc,aes192-cbc,
+aes256-cbc
 .Ed
 .Pp
 The list of available ciphers may also be obtained using the
Index: openssh-6.6p1/sshd_config.0
===================================================================
--- openssh-6.6p1.orig/sshd_config.0
+++ openssh-6.6p1/sshd_config.0
@@ -216,11 +216,11 @@ DESCRIPTION
 
              The default is:
 
-                aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,
+                aes128-ctr,aes192-ctr,aes256-ctr
                 aes128-gcm@openssh.com,aes256-gcm@openssh.com,
                 chacha20-poly1305@openssh.com,
-                aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,
-                aes256-cbc,arcfour
+                aes128-cbc,3des-cbc,aes192-cbc,
+                aes256-cbc
 
              The list of available ciphers may also be obtained using the -Q
              option of ssh(1).
Index: openssh-6.6p1/sshd_config.5
===================================================================
--- openssh-6.6p1.orig/sshd_config.5
+++ openssh-6.6p1/sshd_config.5
@@ -366,11 +366,11 @@ and
 .Pp
 The default is:
 .Bd -literal -offset 3n
-aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,
+aes128-ctr,aes192-ctr,aes256-ctr
 aes128-gcm@openssh.com,aes256-gcm@openssh.com,
 chacha20-poly1305@openssh.com,
-aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,
-aes256-cbc,arcfour
+aes128-cbc,3des-cbc,aes192-cbc,
+aes256-cbc
 .Ed
 .Pp
 The list of available ciphers may also be obtained using the
openSUSE Build Service is sponsored by