Saturday, February 19, 2011

Access the Linux machine by ssh command.

Access the Linux machine by ssh command.

Linux machine can able to access from terminal.


# ssh root@192.168.10.2

enter the root password.

If user,

# ssh user@192.168.10.2

enter the user password,

Command to change the Password of a user.

Command to change the Password of a user.

Before that you have to be root user.

#passwd username

and enter the new password.