linux ssh 22端口的开放和检查

可以ping 通虚拟机的ip,但是本机无法通过SecureCRT连接到虚拟机的解决
原因:虚拟机的22端口没有开放,LINUX如何开启22好端口

22端口是ssh服务的,你只要启动ssh服务就可以了,
可以执行命令/etc/init.d/sshd start
然后用netstat -antulp | grep ssh看是否能看到相关信息就可以了。
[root@localhost ~]# netstat -antulp|grep ssh
tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN      1435/sshd          
tcp        0     52 192.168.1.123:22            192.168.1.101:53112         ESTABLISHED 1437/sshd          
tcp        0      0 :::22                       :::*                        LISTEN      1435/sshd          
[root@localhost ~]#
检查服务是否启动
[root@localhost ~]# /etc/init.d/sshd status
openssh-daemon (pid  1435) is running...
[root@localhost ~]#
itlife365
end.....

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

«    2024年11月    »
123
45678910
11121314151617
18192021222324
252627282930
搜索
标签列表
网站分类
最新留言
    文章归档
    友情链接

    Powered By Z-BlogPHP 1.7.3

    Copyright Your WebSite.Some Rights Reserved.闽ICP备11018667号-2