mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-26 23:44:35 +02:00
Updated Install Win32 OpenSSH (markdown)
parent
79cfbb00a6
commit
334354b13e
@ -25,7 +25,8 @@
|
||||
* `powershell.exe .\install-sshlsa.ps1` (for Win7 and Server 2008, see [here](https://github.com/PowerShell/Win32-OpenSSH/issues/189))
|
||||
* `Restart-Computer`
|
||||
* Set sshd in auto-start mode and open up firewall (optional)
|
||||
* `Start-Service sshd`
|
||||
* `Set-Service sshd -StartupType Automatic`
|
||||
* `Set-Service ssh-agent -StartupType Automatic`
|
||||
* 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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user