LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Setting Up an SSH Connection (https://www.linuxquestions.org/questions/linux-newbie-8/setting-up-an-ssh-connection-4175504419/)

skoda 05-09-2014 03:11 AM

Setting Up an SSH Connection
 
Hello,

i want to use my centos gnome terminal to connect via ssh to our server which is having an address like this 16x.13x.168.10x:5555

i tried

Quote:

[root@localhost ~]# ssh -D 16x.13x.168.10x:5555
does not work. pls advise.

descendant_command 05-09-2014 03:23 AM

Thusly
Quote:

Originally Posted by man ssh
Code:

    -p port
            Port to connect to on the remote host.  This can be specified on
            a per-host basis in the configuration file.



DJ Shaji 05-09-2014 04:10 PM

DJ Shaji really likes this
 
Quote:

Originally Posted by descendant_command (Post 5167529)
Thusly

Made me laugh real hard :D

lleb 05-09-2014 07:25 PM

i would not ssh via root, but here is the command:

Code:

ssh -p 5555 user@IP_ADDRESS
again ssh via root = bad idea

skoda 05-10-2014 10:27 AM

Hai folks,
thanks for the help,
works charm!!!

skoda 05-10-2014 10:29 AM

Quote:

Originally Posted by lleb (Post 5168118)
i would not ssh via root, but here is the command:

Code:

ssh -p 5555 user@xxxxxxxxxx
again ssh via root = bad idea

would be great full to you if you can mask the ip in your comment :)


All times are GMT -5. The time now is 07:35 PM.