我一直在尝试搭建centos 7服务器。从同一网络访问服务器没有问题。但当我尝试时
$ ssh -x user@ipAddressofServer
从外部网络,它返回:
ssh: connect to host ipAddressofServer port 22: Connection refused
谁能帮我这个?
答案1
您应该首先确保 OpenSSH 服务器正在运行并安装在 CentOS 服务器上。如果它已启动并且您尝试从网络外部进行连接,则可能需要端口转发路由器。您还应该通过键入“sudo ufw allowed 22”来确保服务器在防火墙上打开了端口 22