mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-26 23:44:35 +02:00
Updated Install Win32 OpenSSH (markdown)
parent
f915894784
commit
36c7cb786e
@ -14,7 +14,7 @@ To get links to latest downloads [this wiki page](https://github.com/PowerShell/
|
|||||||
```
|
```
|
||||||
netsh advfirewall firewall add rule name=sshd dir=in action=allow protocol=TCP service=sshd
|
netsh advfirewall firewall add rule name=sshd dir=in action=allow protocol=TCP service=sshd
|
||||||
```
|
```
|
||||||
1. Start `sshd`
|
1. Start `sshd` (this will automatically generate host keys under %programdata%\ssh if they don't already exist)
|
||||||
* `net start sshd`
|
* `net start sshd`
|
||||||
1. Only when you migrate from releases before 1.0.0.0:
|
1. Only when you migrate from releases before 1.0.0.0:
|
||||||
* To use existing customized sshd_config, you need to copy it from binary location to %programdata%\ssh\sshd_config (Note that %programdata% is a hidden directory).
|
* To use existing customized sshd_config, you need to copy it from binary location to %programdata%\ssh\sshd_config (Note that %programdata% is a hidden directory).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user