On 9/15/19 1:19 AM, Patrick Dupre wrote: > Here is the bizarre thing: > from a gnome-shell > telnet 192.168.1.12 22 > Trying 192.168.1.12... > Connected to 192.168.1.12. > Escape character is '^]'. > SSH-2.0-OpenSSH_8.0 > > Invalid SSH identification string. > Connection closed by foreign host. That's good. Shows port 22 is open. > > ssh 192.168.1.12 22 > time out > > But > from a terminal (ttx) > the ssh works perfectly well! > > What is wrong with the gnome environment? First, the format of the command is wrong. The "22" is a command to be executed on the remote side. Do "man ssh" and "man telnet" to learn about the format of the command. Now, as for what is wrong with the "gnome environment"/ What is the output of "which ssh"? It should be [egreshko@meimei ~]$ which ssh /usr/bin/ssh -- If simple questions can be answered with a simple google query then why are there so many of them? _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx