Linux 安装并启动SSH服务

1.安装 openssh-server

yum install openssh-server

2.开启 SSH 服务端

systemctl start sshd

3.设置开机自启

systemctl enable sshd
posted @ 2022-10-15 17:03  干扰项  阅读(81)  评论(0)    收藏  举报