Follow the below steps to connect one box to another box in Linux/Unix
- Open the putty
- Login with user name and password
- ssh username@hostname (ex:ssh devuser@127.0.0.1)
- this will prompt the password
- Enter the valid password. now your connected to another box.