美文网首页
xshell远程连接wsl2

xshell远程连接wsl2

作者: 坤文 | 来源:发表于2021-12-12 12:56 被阅读0次

xshell远程连接wsl2

参考链接:

https://blog.csdn.net/lcuwb/article/details/82885920

卸载 ssh server

sudo apt-getremoveopenssh-server

安装 ssh server

sudo apt-getinstall openssh-server

修改 ssh server 配置

sudo cp/etc/apt/sources.list/etc/apt/sources.list.baksudo vim/etc/ssh/sshd_config

写入:

Port 22 #默认即可,如果有端口占用可以自己修改

PasswordAuthentication yes(允许用户名密码方式登录)

相关文章

  • xshell远程连接wsl2

    xshell远程连接wsl2 参考链接: https://blog.csdn.net/lcuwb/article/...

  • xshell远程连接wsl2

    参考链接:https://blog.csdn.net/lcuwb/article/details/82885920...

  • redis安裝并与SpringBoot整合

    Redis安装 远程连接工具 可以使用xshell,crt,MobaXterm等连接工具 我这里使用xshell,...

  • xshell

    xshell (1) 下载和安装xshell教程(2) Xshell怎么远程连接Linux系统(3) xshel...

  • screen的简单使用

    当使用使用Xshell远程连接Linux系统时,当想要启动多个服务并且断开Xshell连接时服务继续运行,可以使用...

  • ssh服务器拒绝远程连接

    xshell软件 linux系统 使用xshell远程连接我旁边的Ubuntu时,root用户登陆,密码正确,但是...

  • 个人-使用Xshell远程连接管理Linux实践

    使用Xshell远程连接管理Linux实践 1. Xshell整体优化 1)点击 工具 ,然后选择 选项 2)在...

  • xshell

    xshell:远程连接工具,可以远程连接到服务器 网络服务配置: 关闭防火墙,立即生效:service iptab...

  • linux 一键安装 LAMP / LNMP 环境

    参考文档: https://lnmp.org/install.html 使用 xshell 远程连接工具连接服务器...

  • XShell Usage

    Xshell是什么? Xshell是Windows下远程连接Linux主机的一个优秀工具 中断当前指令 Ctrl ...

网友评论

      本文标题:xshell远程连接wsl2

      本文链接:https://www.haomeiwen.com/subject/tosrfrtx.html