Unable to ssh from windows 10 machine

6,445

For future reference, when you install Nginx, it will block SSH by default with the error message "Resource temporarily unavailable" unless you...

sudo ufw allow ssh

Share:
6,445

Related videos on Youtube

loicg
Author by

loicg

Updated on September 18, 2022

Comments

  • loicg
    loicg almost 2 years

    Im trying to ssh a machine from my Windows 10 machine using a linux shell.

    I tried using Bash programm included in Windows 10 and i have got the following error: "Resource temporarily unavailable"

    I tried then using Cygwin but i have got the following error: "Connection timeout"

    I tried then using a virtualbox VM but i have got the following error: "Connection timeout"

    It only works with Putty client but it is not a shell

    Does anybody know how to makes it work with Windows 10 Bash, Cygwin or a Virtual Box VM ?

    Thank you

    • Patrick
      Patrick about 7 years
      Windows 10 WSL Bash is a known issue: superuser.com/questions/1098526/…
    • Patrick
      Patrick about 7 years
      For the others, double-check your connection settings. Make sure you're connecting to the right port and IP that putty is connecting to.
    • loicg
      loicg about 7 years
      Thank you for your answer. I will check the workaround proposed and related to Win 10 WSL Bash. For other i m not sure this is related to connection settings as it works fine with Putty on the same machine