On Mon, Jan 29, 2001 at 11:35:23PM -0500, Thomas Deliduka wrote:
> ---- BEGIN SSH2 PUBLIC KEY ----
> Comment: "1024-bit rsa"
> AAAAB3NzaC1yc2EAAACBAMgWU7Ndd/wRMWxVmzdPYBGjcvZGullbOhWCOO/qLovqstXnBZ
> x6qlwaV0tOh8e/R38vL+jiUXiffoyg2ytHAj5P8+JimA51SlwHuVr0zHOVz1lGJ2cAVnXh
> +jbGW6PLTwcp7w/yRrvCaR7QyeS3qTAfKD8D5D0mq+zj7B4XkC5BAAAABBQuUJk=
> ---- END SSH2 PUBLIC KEY ----

this is a RSA key in SSH2 format. how did you generate this key?

your version of openssh does not support this type of keys.

future versions of openssh will support SSH2+RSA they you can
convert this key to the one-line version used by openssh:

        $ ssh-keygen -X -f KEYINSSHCOMFORMAT > openssh-id-rsa.pub
        $ cat openssh-id-rsa.pub >> $HOME/.ssh/authorized_keys2

-markus

Reply via email to