如何设置linux服务器能被远程连接
发布网友
发布时间:2022-04-19 12:15
我来回答
共1个回答
热心网友
时间:2022-04-08 12:39
首先要确保linux服务器上的sshd服务是运行的状态,查看sshd服务状态:/etc/init.d/sshd status,是running状态就行;
然后你需要确认sshd服务用到的是默认的22端口,还是设置了其他的端口,查看sshd配置文件:cat/etc/ssh/sshd_config。
你如果是用windows系统远程linux服务器,需要在windows上下载安装xmanager enterprise 4,使用里面的xshell,打开xshell,输入命令: ssh linux服务器IP,即可。