OpenSSH sshd on Windows Subsystem for Linux

From NovaOrdis Knowledge Base
Revision as of 15:40, 11 July 2017 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Organizatorium

chroot("/var/run/sshd"): Function not implemented [preauth]


Use privilege separation.


debug1: list_hostkey_types:
No supported key exchange algorithms

Fixed with Sshd Regenerate Server Keys

  • Add the allowed public key in ~/.ssh/authorized_keys
  • Set acceptable permissions:
cd ~
chmod -R go-rwx .ssh