I attempted to ssh from Windows 10 to Ubuntu Linux 20.04 and the "How do you want to open this file?" window appears. I have no idea why or what this has to do with an ssh
. Documentation shows info being displayed in PowerShell. NOT this open file dialogue box.
Command used on Windows 10 box
PS C:\Users\Steven Sparks> ssh steven@192.168.1.38
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.
Windows:
PS C:\Users\Steven Sparks> winverVersion 22H2 (OS Build 19045.3803)
Linux:
steven@ubuntu:~$ hostnamectl Static hostname: ubuntu Icon name: computer Machine ID: dbfef1aa0b064bcf9d30ec3ad0886edb Boot ID: 0dd920986e79467887c51ae52a10e240 Operating System: Ubuntu 20.04.6 LTS Kernel: Linux 5.10.120-tegra Architecture: arm64 steven@ubuntu:~$ sudo service ssh status● ssh.service - OpenBSD Secure Shell server Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: e> Active: active (running) since Wed 2024-01-10 14:45:05 PST; 1 day 4h ago steven@ubuntu:~$ sudo ufw allow ssh Skipping adding existing rule Skipping adding existing rule (v6)
PS C:\WINDOWS\system32> Get-Command sshCommandType Name Version Source----------- ---- ------- ------Application ssh 0.0.0.0 C:\WINDOWS\system32\ssh