Created
July 16, 2018 06:49
-
-
Save Ruzzz/0f7954a24c97825de66cde2b45d8d8ce to your computer and use it in GitHub Desktop.
Enable SSH on Windows Subsystem for Linux (WSL)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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