centos7的ssh远程登陆

1.centos7默认安装有openssh-server、openssh-client和openssh
2.所以我们直接登陆ssh 192.168.1.119

3.后台运行的是sshd,所以我们可以通过它来开启和关闭ssh远程登陆服务
    开启/重启/关闭
      systemctl start/restart/stop sshd
     

猜你喜欢

转载自jisonami.iteye.com/blog/2293610