|
|
|
|
|
by ds9
4638 days ago
|
|
In case anyone ever wonders why "disable password logins" is commonly used as a synonym for "use keys", it's because of the config file and the way SSH for Linux works. If you enable both passwords and keys, then either will succeed instead of both being required! This unintuitive result is a rather dire "gotcha" for anyone new to the task. Personally I would like to have both, in succession, but have not found a way to configure it. This would be simpler than the SSH-to-SSH solution. |
|
Key files can be password protected. Do you mean "(key+password) + password" or just not aware of passworded keyfiles?