dpkg -l | grep openssh
,确认本机已安装【openssh-client、openssh-server、openssh-sftp-server】sudo apt install -y openssh-client openssh-server openssh-sftp-server
(软件名之间用空格区分)安装相应软件。systemctl status ssh
查看ssh服务运行状态systemctl restart ssh
命令启动ssh服务。systemctl enable ssh
设置SSH开机自启(根据实际需求)ssh node01@192.168.154.130
(#node01为客户端用户名,192.168.154.130为客户端IP地址,,请根据实际情况进行更改)vim /etc/ssh/sshd_config
配置文件选项。修改 PermitRootLogin的值为“YES”。sudo sed -i ‘s/#PermitRootLogin\ prohibit-password/PermitRootLogin\ YES/g’ /etc/ssh/sshd_config
实现修改配置文件。如下图所示:systemctl status ssh
查看ssh服务是否处于running状态。若服务处于未运行状态应先开启服务再重新发起登录。ssh -p port user@host
指定端口号登录。添加我为好友,拉您入交流群!
请使用微信扫一扫!