Matts (email not shown publicly) I work for MessageLabs [messagelabs.com] in Toronto, ON, Canada. I write spam filters, MTA software, high performance network software, string matching algorithms, and other cool stuff mostly in Perl and C.
The public keys that openssh generates aren't compatible with those accepted by commercial ssh. This took us quite some time to figure out. I wonder what the reason for this is.
I misunderstood you. I though you haven't been able to get public key work at all.
As for you question about reason for having two incompatible formats. IIRC openssh cannot have its public keys in same format as comercial ssh because it requires using patented algorithms or something like this. One big difference between openssh and comercial implimintations is that openssh uses only "free" algorithms which are not subject of any patent of other similar restrictions.
Re: OpenSSH (Score:1)
Ilya Martynov (http://martynov.org/ [martynov.org])
Re: OpenSSH (Score:2)
It's the v2 public keys that aren't compatible. See man ssh-keygen for the -e option.
Re: OpenSSH (Score:1)
As for you question about reason for having two incompatible formats. IIRC openssh cannot have its public keys in same format as comercial ssh because it requires using patented algorithms or something like this. One big difference between openssh and comercial implimintations is that openssh uses only "free" algorithms which are not subject of any patent of other similar restrictions.
Ilya Martynov (http://martynov.org/ [martynov.org])
Re: OpenSSH (Score:2)