I suppose that my main Linux user account password serves as my SSH password as well. Is there a way I can modify this? As it turns out, I'd like to have a REALLY secure SSH password for obvious reasons, but a less secure local password, as it makes typing in passwords a heck of a lot easier on a machine. Is there a way I can change my account password in SSH without changing my Linux user password?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
No. But if you use a SSH key and require login using a key then you can set the key passphrase to anything you like. |
|||||||
|
|
It is possible with some PAM configuration magic. With SSH, however, key-based authentication as suggested by Ignacio is a better solution. |
|||
|
|