登录服务器时拒绝访问



i以管理员身份登录Gen4 VPS Linux服务器我输入了几次正确的密码,但它显示Permission denied, please try again.

我在命令提示符中的代码如下:

C:UsersSaood Ahmad>ssh root@ip adress
root@ip address's password:
Permission denied, please try again.

请帮帮我感谢

可能的解决方案:

在您的服务器上

1. Allow ssh via firewall, port 22 (ufw or firewalld)
2. Copy your ssh-key to your server (`ssh-copy-id`)
3. Check on your host for firewall rules
4. ssh-key corruption / renew your ssh-key 

最新更新