霸气八宝粥

文章
5
资源
0
加入时间
2年10月21天

RHEL八(配置和保护openssh服务)

ssh(secure shell protocal 安全的shell协议)用于连接服务器,早期使用telnet,它是以明文的形式传输数据,非常不安全,所以现在不使用telnet,ssh替代了该服务。语法:ssh [username@ip或者hostname] [-p 端口] ,ssh默认的端口号是22如:ssh root@desktop0 ssh desktop22 -X