Net Llama! wrote:
0) on the client box, run "ssh-keygen -t dsa", hit enter at all the prompts, and i'll end up with ~/.ssh/id_dsa.pub.
I believe the above creates a key that will still require a password before access is granted. To create a key that requires no password, use:
ssh-keygen -P "" -t dsa
Or did I misunderstand what you're trying to do?
Your version explicitly sets the key password to a null length. My version has the same result, i just hit enter when prompted to provide the password when the key is originally created.
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ L. Friedman [EMAIL PROTECTED] Linux Step-by-step & TyGeMo: http://netllama.ipfox.com
2:20pm up 20:49, 1 user, load average: 0.37, 0.54, 0.55
_______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
