mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-27 07:54:50 +02:00
Updated Install Win32 OpenSSH (markdown)
parent
8f3c505a45
commit
720e35ec77
@ -42,9 +42,11 @@ To figure out if this is the case, look for TCP port bindings on port 22 and the
|
||||
1. Setup `sshd` and `ssh-agent` to auto-start (optional)
|
||||
* `Set-Service sshd -StartupType Automatic`
|
||||
* `Set-Service ssh-agent -StartupType Automatic`
|
||||
1. Start the `sshd` and `ssh-agent`
|
||||
* `net start sshd`
|
||||
1. Configuring the default ssh shell (optional)
|
||||
|
||||
Configure the default ssh shell in the windows registry.
|
||||
On the server side, configure the default ssh shell in the windows registry.
|
||||
|
||||
`Computer\HKEY_LOCAL_MACHINE\SOFTWARE\OpenSSH\DefaultShell` - Full path (case sensitive) of the shell executable
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user