2018-01-04 技术笔记
2018-01-04 本文已影响0人
zhaohw810
centos 7 ssh 服务相关知识
openssh
查看ssh是否按照
rpm -qa | grep ssh
查看ssh运行状态
grep -ef | grep ssh
查看端口监听状态
netstat -ntlp
添加ssh开机启动
systemctl enable sshd.service
openssh
查看ssh是否按照
rpm -qa | grep ssh
查看ssh运行状态
grep -ef | grep ssh
查看端口监听状态
netstat -ntlp
添加ssh开机启动
systemctl enable sshd.service