I need some help here. I am kind of new to server side stuff. I am trying to install SSH on my windows server (Windows Server 2016, 64-bit Operating System). This is the steps i tried:
1.copied this zip file (OpenSSH-Win64.zip) from github "https://github.com/PowerShell/Win32-OpenSSH/releases".
- Extracted this to files to C:\Program Files\Openssh-Win64
3.In Powershell i executed the following commands (in screenshot). I get the message "sshd and ssh-agent services successfully installed".
- When i go to services (Control Pannel --> Administrative Tools --> Services), i dont find sshd service in there.
Is there something i am missing, How do i start/stop sshd from services.
Thanks, SP