vim /etc/init.d/sshd 修改以下内容 SSHD=/usr/sbin/sshd 为 SSHD=/usr/local/sbin/sshd /usr/sbin/ssh-keygen -A 为 /usr/local/bin/ssh-keygen -A 保存退出 chkconfig --add sshd
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.