On 5 Dec 2003 18:13:05 -0800, marti <(E-Mail Removed)> wrote:
> Hi!
>
> I have a simple question.
> How do I use private keys for connecting to my shell account in "ssh"
> command?
> I have a private key generated by Putty on Windows and I have to put
> it in Connection/SSH/Auth/Private Key File for Authentication in order
> to be able to connect to my server.
> How do I achieve the same in Linux?
> Should I use some other software than "ssh"?
Upload your puttygen generated authorized_keys.txt file to Linux and
append it to your authorized_keys file there:
cat authorized_keys.txt >> ~/.ssh/authorized_keys
That works for me to connect Putty with my passphrase to Solaris, NetBSD
and multiple Linux versions.
But to connect Linux ssh to a Unix/Linux box you would have to generate a
key in Linux (which can use the same passphrase) and append its public key
(that filename may vary depending upon type of key) to authorized_keys
file at destination.
I do not know if a Putty generated identity.txt would work for ssh
identity file (never tried it).
--
David Efflandt - All spam ignored
http://www.de-srv.com/
http://www.autox.chicago.il.us/ http://www.berniesfloral.net/
http://cgi-help.virtualave.net/ http://hammer.prohosting.com/~cgi-wiz/