|
|
|
|
|
by kgilpin
4109 days ago
|
|
Most people we have worked with don't take ssh key passwords seriously, because they can be stripped out. We advocated for the idea that password-protected ssh keys are a form of 2-factor auth, but nobody bought into that. Organizations that want 2-factor auth are typically setting up bastion / jump hosts that require a second factor like a phone-delivered one-time password. This can be configured through the PAM stack. Once on the bastion, the user can get to other machines within the accessible network using their passwordless ssh key. In effect, each bastion serves as a mini-perimeter. And yes, people spend a lot of time entering their second factor. Dozens of times per day is not unusual. Re-reading your question, I'm not really answering it. But maybe this anecdote is useful in some way :-) |
|
I really really hope that bastion host never gets compromised.