wok rev 18807

openssh: CVE-2016-0777 and CVE-2016-0778
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 14 18:33:14 2016 +0100 (2016-01-14)
parents c7a23f0fad68
children 02ef2d50d1a5
files openssh-pam/receipt openssh/receipt
line diff
     1.1 --- a/openssh-pam/receipt	Wed Jan 13 23:15:10 2016 +0100
     1.2 +++ b/openssh-pam/receipt	Thu Jan 14 18:33:14 2016 +0100
     1.3 @@ -48,6 +48,9 @@
     1.4  	sed -i 's/.*UsePAM.*/UsePAM yes/' $fs/etc/ssh/sshd_config
     1.5  	sed -i 's|/usr/libexec/sftp-server|/usr/sbin/sftp-server|' \
     1.6  		$fs/etc/ssh/sshd_config
     1.7 +
     1.8 +	# client bug CVE-2016-0777 and CVE-2016-0778
     1.9 +	echo -e '\nHost *\nUseRoaming no' >> $fs/etc/ssh/ssh_config
    1.10  }
    1.11  
    1.12  post_install()
     2.1 --- a/openssh/receipt	Wed Jan 13 23:15:10 2016 +0100
     2.2 +++ b/openssh/receipt	Thu Jan 14 18:33:14 2016 +0100
     2.3 @@ -47,6 +47,9 @@
     2.4  	cp $stuff/openssh $fs/etc/init.d
     2.5  	sed -i 's|/usr/libexec/sftp-server|/usr/sbin/sftp-server|' \
     2.6  		$fs/etc/ssh/sshd_config
     2.7 +
     2.8 +	# client bug CVE-2016-0777 and CVE-2016-0778
     2.9 +	echo -e '\nHost *\nUseRoaming no' >> $fs/etc/ssh/ssh_config
    2.10  }
    2.11  
    2.12  post_install()