Re: Please explain OpenSSH double authentication lack
- From: Chuck <skilover_nospam@xxxxxxxxxxxxxx>
- Date: Wed, 26 Jul 2006 15:14:44 GMT
Nico Kadel-Garcia wrote:
Chuck wrote:
brontolo wrote:
Hi,Silly question but why would you want to do this? One level of
I search for a lot of time, but I haven't found any persuasive
reason why OpenSSH doesn't permit to require two authentication
mechanisms (PubKey _and_ passowrd), as Tectia, Van Dyke, etc... do.
It's only another option, but it's seems to be a matter of
philosophy.
authentication should be more than enough. Especially if using pubkey
with an encrypted private key. It effectively does the same thing. You
need to have both the passphrase and the key to use it.
Lots of reasons: if users will be SSH-ing in from of-site, they need either
their password or their SSH key or something else. If that is stolen, for
example by keystroke monitoring or by someone stealing their laptop, then
you don't want whoever stole it to have full access with that singly stolen
key.
SSH keys are useful this way, since they *should* be set up to require a
passphrase, but there's no way for the server to know that anyone actually
did this. Way, way, way too many users simply use passphraseless keys, which
are far too easy to steal. (If your local network supports NFS, I urge you
to take a look in home directories for all the passphraseless keys: it's
always embarassing!) So enforcing another authentication method, such as
S/Key, can be very helpful.
Understood.
You should be able to enforce the use of encrypted private keys through
policy management. Even just something that scans the HD when they
connect to your network for id_[rd]sa files and looks for the string
ENCRYPTED.
.
- Follow-Ups:
- Re: Please explain OpenSSH double authentication lack
- From: Nico Kadel-Garcia
- Re: Please explain OpenSSH double authentication lack
- References:
- Please explain OpenSSH double authentication lack
- From: brontolo
- Re: Please explain OpenSSH double authentication lack
- From: Chuck
- Re: Please explain OpenSSH double authentication lack
- From: Nico Kadel-Garcia
- Please explain OpenSSH double authentication lack
- Prev by Date: Re: Please explain OpenSSH double authentication lack
- Next by Date: Re: Please explain OpenSSH double authentication lack
- Previous by thread: Re: Please explain OpenSSH double authentication lack
- Next by thread: Re: Please explain OpenSSH double authentication lack
- Index(es):
Relevant Pages
|