install ssh in windows powershell fix errors | php sshd not working

Publicado em: 25 Junho 2023
no canal de: linux-syr
283
6

after installing sshd server and the sshd agent, neither the service nor the services are displayed in the services server/client.
Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
Start-Service sshd
Set-Service sshd -StartupType Automatic
or
Uninstall the OpenSSH Client
Remove-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
Uninstall the OpenSSH Server
Remove-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
choco install OpenSSH -Y
Start-Service sshd
Set-Service sshd -StartupType Automatic


Nesta página do site você pode assistir ao vídeo on-line install ssh in windows powershell fix errors | php sshd not working duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário linux-syr 25 Junho 2023, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 283 vezes e gostou 6 espectadores. Boa visualização!