Fixed formatting (again) and wrong switch (/k instead of /c)

Joakim Westin 2016-01-13 16:19:12 +01:00
parent e926b839f4
commit 9753fe6fcd

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