M HYPE SPLASH
// news

How to change password in SSH

By Andrew Adams

So here's the situation: I'm new to my job so I still have no idea what they are talking about like this one, my boss tells me to change my password in docs2comply.com by SSH.

I don't know what the heck he meant by that. But he said that I'll ask some co workers later but I want to make an impression so I need to figure out this myself. A little help here would be really appreciated.

So if anyone here knows what I mean please guide me through this.

1

1 Answer

If you're on unix/linux, then login to your ssh server like this:

ssh -l <username> <servername>

this'll prompt you for password, if you have not yet transferred your ssh keys to the server. If you're on Windows, then use putty for doing the same.

Then after logging in, do this:

passwd

this will prompt your for your current password on the server and then new password

6

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy