I've been given this information (changed to protect the innocent):
Hostname: secret_server.homeserver.org
Port: 4033
Username: user
Password: $ecrectP#ras3
Protocol: scp
I don't have to have a nice GUI. What's the key to connecting to this server? I understand that SCP will copy files from a source directory to my target directory (both ways). How can I connect via SSH to this server so I can traverse the directories and find the files I need?
the following terminal command just times out:
ssh -p 4033 user@secret_server.homeserver.org
is it me or the server?