Skip to main content
IBM  
Shop Support Downloads
IBM Home Products Consulting Industries News About IBM
IBM developerWorks : Linux : Education - Tutorials
LPI certification 102 exam prep, Part 4
ZIPPDF (letter)PDF (A4)e-mail
Main menuSection menuFeedbackPreviousNext
2. Secure shell
  


Using ssh page 3 of 6


Generally, most distributions' openssh packages can be used without any manual configuration. After installing openssh, you'll have a couple of binaries. One is, of course, ssh -- the secure shell client that can be used to connect to any system running sshd, the secure shell server. To use ssh, you typically start a session by typing something like:


$ ssh drobbins@otherbox

Above, I instruct ssh to login as the "drobbins" user account on remotebox. As with telnet, you'll be prompted for a password; after entering it, you'll be presented with a new login session on the remote system.


Main menuSection menuFeedbackPreviousNext
Privacy Legal Contact