How to use SSH in Linux/Unix?

Follow the below steps to connect one box to another box in Linux/Unix
  1. Open the putty
  2. Login with user name and password
  3. ssh username@hostname (ex:ssh devuser@127.0.0.1)
  4. this will prompt the password
  5. Enter the valid password. now your connected to another box.
Post a Comment (0)
Previous Post Next Post

Recent Posts