Results 1 to 3 of 3
Trying to connect to an external (Ubuntu) server via SSH. I've been given a port number, (externally accessible) IP address, and username. Could someone give me the format for entering ...
- 06-03-2011 #1Just Joined!
- Join Date
- Jun 2011
- Posts
- 3
[SOLVED] Ubuntu SSH
Trying to connect to an external (Ubuntu) server via SSH. I've been given a port number, (externally accessible) IP address, and username. Could someone give me the format for entering this stuff into the terminal, or, if that isn't allowed, some other means of connecting? Thanks!
- 06-04-2011 #2
Welcome to LinuxForums!

Typically, it would be something like
Code:ssh username@IP_address:port_number
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 06-05-2011 #3Just Joined!
- Join Date
- Jun 2011
- Posts
- 3
Worked great, thanks!


