Updated Deploy Win32 OpenSSH (markdown)

manojampalam 2015-10-13 23:07:02 -07:00
parent a96b2ebbbc
commit b5ba081da7

@ -5,6 +5,8 @@
* ssh-keygen.exe -t dsa -f ssh_host_dsa_key
* ssh-keygen.exe -t ecdsa -f ssh_host_ecdsa_key
* ssh-keygen.exe -t ed25519 -f ssh_host_ed25519_key
* Open Firewall
* netsh advfirewall firewall add rule name="ssh" dir=in action=allow protocol=TCP localport=22
* Install key-auth package if you need key-based authentication
* run setup-ssh-lsa.cmd
* reboot