我尝试在/etc/ssh/sshd_config
不幸的是,我在用户名之间留下了一个空格,后来意识到这可能是原因:
Match User user1, user2
ForceCommand internal-sftp
PasswordAuthentication yes
重新启动 sshd 后,我无法在 Putty 上登录到我的服务器,甚至无法在 Lightsail 界面上登录到我的服务器。
有人能告诉我下一步该怎么做吗?谢谢
我尝试在/etc/ssh/sshd_config
不幸的是,我在用户名之间留下了一个空格,后来意识到这可能是原因:
Match User user1, user2
ForceCommand internal-sftp
PasswordAuthentication yes
重新启动 sshd 后,我无法在 Putty 上登录到我的服务器,甚至无法在 Lightsail 界面上登录到我的服务器。
有人能告诉我下一步该怎么做吗?谢谢