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

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • 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

Комментарии • 2

  • @foxymedis
    @foxymedis Год назад

    Looking great... What are you wanna do with it? And do you need a vps hosting? Cause i could share you one

    • @linuxsyr
      @linuxsyr  Год назад

      Hello thanks for the comment. Its an inventory management system, under development usnig LAMP. Thanks I already have shared hosting. 💚