新安装的ubuntu18.04系统无法用xshell远程连接问题

1.ubuntu 18.04系统默认是普通用户登录,首先设置root密码

sudo passwd

2.安装openssh-server

apt install openssh-server -y

如果出现报错,请参考下图解决即可

新安装的ubuntu18.04系统无法用xshell远程连接问题

 

 3.修改配置文件/etc/ssh/sshd_config

插入一行配置:

  PermitRootLogin yes

4.重启sshd

systemctl restart sshd

新安装的ubuntu18.04系统无法用xshell远程连接问题

上一篇:环境变量的配置之——全局安装@vue/cli脚手架,出现vue不是内部或外部命令(Windows)


下一篇:简述项目中优化sql的方法,从哪些方面,sql语句性能如何分析?