Thursday 14 July 2011

connect to another linux machine without putty

To connect to another linux machine without putty, use ssh command

> ssh  <user>@<host>

This will prompt for password, provide the password and it will connect you to the remote machine shell.