sh 在wsl中安装ssh

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在wsl中安装ssh相关的知识,希望对你有一定的参考价值。

sudo apt-get install openssh-server;
sudo apt-get install php-xdebug;
#Change default port from 22 to 9022 (port 22 is usually already occupied), optionally you can enable password login (more bellow).
sudo nano /etc/ssh/sshd_config;
sudo service ssh restart;

以上是关于sh 在wsl中安装ssh的主要内容,如果未能解决你的问题,请参考以下文章

WSL2中安装docker 并开机启动

sh 通过ssh在aws ec2 ubuntu实例中安装节点

在WSL中安装zsh终端

如何在 WSL 中安装多个单独的 Ubuntu 实例? [关闭]

WSL中安装Docker

如何在windows 11中安装WSLG(WSL2)