做农业网站,淘宝seo搜索引擎优化,精品建站,wordpress 内存清理基于系统Sonoma 14.5#xff0c;不同系统有所差异。 修改sshd_config文件 sudo vim /etc/ssh/sshd_config找到以下两行取消注释#xff0c;修改值为 no PasswordAuthentication no
KbdInteractiveAuthentication no重启sshd服务 # 关闭服务
sudo launchctl unload -w /System…基于系统Sonoma 14.5不同系统有所差异。 修改sshd_config文件 sudo vim /etc/ssh/sshd_config找到以下两行取消注释修改值为 no PasswordAuthentication no
KbdInteractiveAuthentication no重启sshd服务 # 关闭服务
sudo launchctl unload -w /System/Library/LaunchDaemons/ssh.plist
# 启动服务
sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist