17 Feb
2006
17 Feb
'06
9:02 p.m.
Eric> Does anyone know a way to force pubkey authentication for only certain Eric> users but allow password for others? Can you explain what you're trying to do here? I've done some publick key stuff, but mostly for scripts which don't want passwords, and which are restricted to only a subset of commands. If you want to limit the publickey users to only run certain commands that you control, just setup their ~/.ssh2/authorized_keys file properly withthe public key and the locked down command of your choice. The SSH book has some decent examples. John