Xshell连接Hyper-V Linux


1、安装ssh

apt install openssh-server

2、修改ssh配置:vim /etc/ssh/sshd_config

  • #PermitRootLogin prohibit-password改为PermitRootLogin yes
  • #PasswordAuthentication yes改为PasswordAuthentication yes

3、重启ssh服务
运行sudo service ssh start重启ssh服务,就能通过Xshell以root用户连接Ubuntu了。

原创文章,作者:bd101bd101,如若转载,请注明出处:https://blog.ytso.com/275906.html

(0)
上一篇 2022年7月21日
下一篇 2022年7月21日

相关推荐

发表回复

登录后才能评论