Updated Install Win32 OpenSSH (markdown)

Viktor Szépe 2016-02-04 18:53:29 +01:00
parent 9753fe6fcd
commit e5970e75bd

@ -18,6 +18,12 @@
* `Start-Service sshd`
* Make the service start on boot (PowerShell): `Set-Service sshd -StartupType Automatic`
`New-NetFirewallRule` is for servers only. If you're on a workstation try:
```
netsh advfirewall firewall add rule name='SSH Port' dir=in action=allow protocol=TCP localport=22
```
## Uninstall Win32 OpenSSH
* Start Powershell as Administrator