LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How to you access a second server hard wired to the server you can access with Putty? (https://www.linuxquestions.org/questions/linux-server-73/how-to-you-access-a-second-server-hard-wired-to-the-server-you-can-access-with-putty-649494/)

kortoom 06-15-2008 05:16 PM

How to you access a second server hard wired to the server you can access with Putty?
 
I work on two servers. Only one is connected to the internet. I can putty to that server. From that server's command line, I want to login to the other server -- more specifically, I want to login to the db2 database on the other server. I have to deal with this hardwired connection between the two servers. I used to be able to putty into the database server with the db2 username and password, so if I can mimic that from the command line I'm set. When I try to telnet to the second server I'm denied. If I could telnet and get a login username/password prompt that would be perfect.

MS3FGX 06-15-2008 05:19 PM

Do you mean, how do you log into another server via SSH under Linux?

Just type:

Code:

ssh user@server

kortoom 06-16-2008 09:24 PM

Thank You!
 
You are so exquisitely cool to take the time to answer what was for you an obvious question. I couldn't find that in any of the online sources I checked, and of course it works perfectly. THANK YOU VERY MUCH!!!!!!!!!!!!!!!


All times are GMT -5. The time now is 05:36 PM.