Skip to content

Instantly share code, notes, and snippets.

@Ruzzz
Created July 16, 2018 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ruzzz/0f7954a24c97825de66cde2b45d8d8ce to your computer and use it in GitHub Desktop.
Save Ruzzz/0f7954a24c97825de66cde2b45d8d8ce to your computer and use it in GitHub Desktop.
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