OpenSSH sshd on Windows Subsystem for Linux: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
cd ~ | cd ~ | ||
chmod -R go-rwx .ssh | chmod -R go-rwx .ssh | ||
Start at boot. |
Revision as of 15:41, 11 July 2017
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
Start at boot.