linux ip查看ssh服务开启启动sshnode环境python环境
ifconfig eth0,eth1,eth2......代表网卡一,网卡二,网卡三...... lo代表127.0.0.1,即localhost。 http://man7.org/linux/man-pages/man8/ifconfig.8.html ssh : 查看ssh的安装包 :rpm -qa | grep ssh 查看ssh是否安装成功 :ps -ef | grep ssh 开启sshd服务 :service sshd start 开启sshd服务 :/bin/systemctl start sshd.service 查看sshd服务的网络连接情况:netstat -ntlp 登录的时候,如果是c
用户评论