skip to Main Content

I attempted to ssh from Windows 10 to Ubuntu Linux 20.04 and the "How do you want to open this file?" windows appears. I have no Idea why or what this has to do with an ssh. Documentation shows info being displayed in the PowerShell window NOT this open file dialogue box.

Command used on Windows 10 box
PS C:UsersSteven Sparks> ssh [email protected]

192.168.1.38 is my Nvidia ORIN Ubuntu 20.04 box. No issue with pinging either direction. Also, PuTTY and WinSCP connects to the ORIN box without issue. So, there is NO connection issues. I just stumbled across this when I attempted using ssh from windows.

Any ideas? Thanks!

enter image description here

2

Answers


  1. Chosen as BEST ANSWER

    Reviewed Microsoft's OpenSSH site: https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_overview Installation is required. I am assuming this would fix the issue. I don't have the time right now to follow through though. Thanks for the responses.


  2. You will have to check if you have ssh.exe in the folder path C:WindowsSystem32OpenSSH as per this superuser link.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search