1. 首页
  2. 数据库
  3. 其它
  4. linux ip查看ssh服务开启启动sshnode环境python环境

linux ip查看ssh服务开启启动sshnode环境python环境

上传者: 2021-01-14 21:01:46上传 PDF文件 148.89KB 热度 30次
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
用户评论