-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot start sshd server #17
Comments
As a workaround, you can use dropbear for ssh. apt-get install dropbear This will open ssh server at port 2222. -F option will keep dropbear running at foreground, otherwise it will be killed. Edit: Nevermind, I cannot connect to dropbear. |
Seems step into that landmine:
|
Please note that openSSH now works as expected on WSL in Creators Update and later. Also, please note that this repo's issue tracker is specifically for doc issues - issues with WSL itself can be posted to https://github.com/microsoft/bashonwindows |
~# apt-get install ssh
~# /etc/init.d/ssh start
* /dev/null is not a character device!
And I cannot remove /dev/null and re-create with
mknod
The text was updated successfully, but these errors were encountered: