I am trying to connect to a remote machine using boxes on centos7. I enter
ssh://ip:port
which brings me to some usage: ssh screen with a blinking cursor that I am unable to exit out of. Likely because I don't know the [code bro]
Do I have the syntax wrong?
Host customname
in your~/.ssh/config
with properHostName
andPort
then you will be able to connect by giving the address asssh://customname
. Other connection parameters can also be specified in the file (example). This is not an answer because I haven't tested (I don't use Gnome). – Kamil Maciorowski Mar 20 '21 at 10:19