1、在线安装
[[email protected] ~]# sudo apt-get install ssh
2.进行加密设置
[[email protected] ~]# ssh-keygen -t rsa
3.启动SSH-Server
[[email protected] ~]# sudo /etc/init.d/ssh start
4、
[[email protected] ~]# vi /etc/ssh/sshd_config
其中有个参数PermitRootLogin no 这里为no,root就登录不上来了,
改为yes,保存
[[email protected] ~]# service sshd restart
时间: 2024-10-08 15:24:55