本文引用文章:https://blog.wu-boy.com/2016/01/openssh-security-cve-2016-0777-and-cve-2016-0778/
影響的 OpenSSH 版本為 5.4 – 7.1
暫時修補漏洞方式如下
FreeBSD
$ echo 'UseRoaming no' | sudo tee -a /etc/ssh/ssh_config
MacOS
$ echo "UseRoaming no" >> ~/.ssh/config
重新產生您的 Key Pairs
# 產生 key
$ ssh-keygen -t rsa
$ ssh-copy-id user@123.45.56.78
# 或者是
$ cat ~/.ssh/id_rsa.pub | ssh user@ip "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"
沒有留言:
張貼留言