Formatting

Joakim Westin 2016-01-13 16:10:35 +01:00
parent 9e86a6e147
commit e926b839f4

@ -8,11 +8,9 @@
* `.\ssh-keygen.exe -A` * `.\ssh-keygen.exe -A`
* Open Firewall * Open Firewall
* `New-NetFirewallRule -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName SSH` * `New-NetFirewallRule -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName SSH`
* If you need key-based authentication: * If you need key-based authentication, run the following to setup the key-auth package
* Install key-auth package * `cmd /k setup-ssh-lsa.cmd`
* `Restart-Computer`
* cmd /k setup-ssh-lsa.cmd
* Restart-Computer
* Install and run daemon as NT Service running as Local System * Install and run daemon as NT Service running as Local System
* `.\sshd.exe install` * `.\sshd.exe install`