Skip to content

Instantly share code, notes, and snippets.

@Ruzzz
Created July 16, 2018 06:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Enable SSH on Windows Subsystem for Linux (WSL)
sudo apt-get update
sudo apt-get upgrade
sudo nano /etc/ssh/sshd_config
# PasswordAuthentication yes
# UsePrivilegeSeparation no
sudo service ssh start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment