SSH

got any idea how can i logon using SSH but having one password when i logon locally and a different one when i am using ssh but with the same account ? thanks

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar30.webp

32 Posts
Location -
Joined 2004-10-13
got any idea how can i logon using SSH but
having one password when i logon locally
and a different one when i am using ssh
but with the same account ?
 
thanks

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar39.webp

336 Posts
Location -
Joined 2004-07-09
I suppose you might be able to mess with the 'pam' configuration
to cause ssh to refer to some other authentication source (like LDAP)
instead of usual/normal authentication data... but _why_ would you want
to do this?
 
you can generate and make use of crypto keys so you don't have to use
a password at all with ssh... that's one of the ways it's _supposed_
to be used.