SSH Connection

Carlosinfl

Loves the juice
Joined
Sep 25, 2002
Messages
6,633
I have always used pUTTY to access my Linux machine from work but I was wondering how I can access another Linux to Linux? I think Linux supports SSH connections some how in terminal and or some other app but I am not sure how to start a session in Linux.

Thanks for any help.
 
in a terminal, enter "ssh hostname" or "ssh username@hostname" if you are not logged in as the same user as who you want to be logged as on the remote machine.
 
Back
Top