sorry, this is a RSA pubkey for SSH-1.
openssh's RSA pubkeys for SSH-2 are similar to DSA keys:
ssh-rsa
AAAAB3NzaC1yc2EAAAABIwAAAIEApUmWhj0f4TD/XcDW88zcKo1ZYBn09jT0RzP1aoPwKuzFbvupfbvKjPB3SC6r8cXTH0OY60EdfcQs1YmteIJNMEnWEvV9ZHPJYanU6dVSlajnbKwEhqrFMLlRuS4UKJQ67A5NFt0WV9DjYaLIzY5RmPJYci/C8bo+Pawj8r/j1As=
[EMAIL PROTECTED]
RSA support in OpenSSH/SSH-2 is only availabe from
the cvs, in snapshots or in the next (delayed) release
of OpenSSH.
-markus
On Fri, Feb 02, 2001 at 12:41:25AM +0100, Olivier Baudron wrote:
> Hello Niels,
>
> > If anybody has any public rsa keys generated by openssh lying around,
> > I'd like to add them to the ssh-conv testsuite. I'm interested in both
> > host and user keys.
>
> I have an OpenSSH_2.3.0p1 on my Linux PC.
>
> My host RSA public key (/etc/ssh/ssh_host_key.pub):
>
> 1024 35 1686641555687470280142880403590076960555066422586826228404536\
> 669071665039516790734410745764622300224363436831752575863699293203384\
> 063076006277735884060478812279027106987456971235432173322023654494298\
> 272573454766787547255708211676098825920303344912641758742472720430757\
> 19743880059477917064669584230702085764829 root@baud
>
> My user RSA public key (~/.ssh/identity.pub):
>
> 1024 35 1154355915685263321934335030063011730066508210416322128752715\
> 077635183055293811047843997823116657607152734960430538839938633915224\
> 667910118003655481969452687208120747536922163932276141566421667472272\
> 396607220710391880576717484441841592722977694675333822786026532395828\
> 59329783531061193017925466541508992222451 baudron@baud
>
> You can use them as you like;)
>
> Cheers,
>
> Olivier.