mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-27 07:54:50 +02:00
Updated Install Win32 OpenSSH (markdown)
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user