Index: /branches/rel_ag_9_4_5/etc/ssh/sshd_config
===================================================================
--- /branches/rel_ag_9_4_5/etc/ssh/sshd_config	(revision 20287)
+++ /branches/rel_ag_9_4_5/etc/ssh/sshd_config	(working copy)
@@ -95,6 +95,7 @@
 #UseDNS yes
 #PidFile /var/run/sshd.pid
 #MaxStartups 10
+MACs hmac-sha2-256,hmac-sha2-512
 
 # no default banner path
 #Banner /some/path
Index: /branches/rel_ag_9_4_5/openssh/sshd_config
===================================================================
--- /branches/rel_ag_9_4_5/openssh/sshd_config	(revision 20287)
+++ /branches/rel_ag_9_4_5/openssh/sshd_config	(working copy)
@@ -103,6 +103,7 @@
 #MaxStartups 10
 #PermitTunnel no
 #ChrootDirectory none
+MACs hmac-sha2-256,hmac-sha2-512
 
 # no default banner path
 #Banner none
@@ -116,3 +117,4 @@
 #	AllowTcpForwarding no
 #	ForceCommand cvs server
 DenyUsers	sync
+Ciphers aes128-ctr,aes192-ctr,aes256-ctr
Index: /branches/rel_ag_9_4_5/sshd/conf/sshd_config
===================================================================
--- /branches/rel_ag_9_4_5/sshd/conf/sshd_config	(revision 20287)
+++ /branches/rel_ag_9_4_5/sshd/conf/sshd_config	(working copy)
@@ -96,9 +96,11 @@
 UseDNS no
 #PidFile /var/run/sshd.pid
 #MaxStartups 10
+MACs hmac-sha2-256,hmac-sha2-512
 
 # no default banner path
 #Banner /some/path
 
 # override default of no subsystems
 #Subsystem	sftp	/usr/libexec/sftp-server
+Ciphers aes128-ctr,aes192-ctr,aes256-ctr
