Open 0xdabbad00 opened 8 years ago
Apple still has not updated SSH, so check the version and additionally check for "No Roaming". On failure add the following to the /etc/ssh/ssh_config under the Host * section:
/etc/ssh/ssh_config
Host *
# Fixing CVE-2016-0777 UseRoaming no
https://www.jacobtomlinson.co.uk/quick%20tip/2016/01/15/fixing-ssh-vulnerability-CVE-2016-0777/
command to test and fix it
Apple still has not updated SSH, so check the version and additionally check for "No Roaming". On failure add the following to the
/etc/ssh/ssh_config
under theHost *
section: