admin管理员组

文章数量:1037775

1、不把虚拟机挂起
2、没清空浏览器缓存,这个比较有可能(亲测证实,其他的只是可能暂没证实)
3、防火墙没设置允许

New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH Server (sshd)' -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22

1、不把虚拟机挂起
2、没清空浏览器缓存,这个比较有可能(亲测证实,其他的只是可能暂没证实)
3、防火墙没设置允许

New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH Server (sshd)' -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22

本文标签: 有可能连不上主机原因服务器