|
|||||||||||
|
RE: Private Key file format?
From: Wilson, Richard E <richard.wilson(at)eds.com>
Date: Wed Jan 29 2003 - 11:07:45 EST
The id_rsa.pub (and/or id_dsa.pub if you generate one with ssh-keygen -t dsa) go into the remote systems ~/.ssh/authorized_keys2 file. The file ~/.ssh/suthorized_keys is used by SSH protocol v1 and would hold the contents of ~/.ssh/identity.pub (generated with a ssh-keygen -t rsa1). Richard Wilson
-----Original Message-----
Hello everyone, I've got openssh installed via packages from sunfreeware on a sparc/solaris8
system. I've run ssh-keygen -t rsa to generate my public/private key pair
and
password. I've checked ssh_config and sshd_config to ensure that both have PubkeyAuthentication set to yes, and that the proper identity files are set. Still ssh localhost will prompt for a password. When I run ssh -v -v -v
localhost I get the following:
It looks to me like ssh fails to read the private key file. Has anyone else seen this? Does anyone know what's going on here? Beau Received on Wed Jan 29 18:20:34 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:52 EDT |
||||||||||
|
|||||||||||