SSH
This is a discussion about SSH in the Everything Linux category; 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
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
having one password when i logon locally
and a different one when i am using ssh
but with the same account ?
thanks
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Jan 20
Jan 20
0
1 minute
Responses to this topic
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.
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.