I have just instated ( yesterday ) OpenSSH 2.3.0p1 on my Slack 7.1. Before this I use SSH 2.3.0 which public key certificate and after new generation of dsa user keys I must copy to SSH server. This is problem. SSH 2.3.0 use different file format for public keys. I make two awk scripts to convert public key between OpenSSH and SSH. I am new to this forum ( mailing list ) and don`t known how to post scripts. I attach to my mail dsaKeyConvertor.tgz -------------- next part -------------- A non-text attachment was scrubbed... Name: dsaKeyConvertor.tgz Type: application/octet-stream Size: 819 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20001221/c8eb0a6d/attachment.obj
ssh-keygen -[xXy] does this for you. see ssh-keygen(1) On Thu, Dec 21, 2000 at 12:27:59PM +0200, Roumen Petrov wrote:> I have just instated ( yesterday ) OpenSSH 2.3.0p1 on my Slack 7.1. > Before this I use SSH 2.3.0 which public key certificate and after > new generation of dsa user keys I must copy to SSH server. > This is problem. SSH 2.3.0 use different file format for public keys. > > I make two awk scripts to convert public key between OpenSSH and SSH. > > I am new to this forum ( mailing list ) and don`t known how to post > scripts. I attach to my mail dsaKeyConvertor.tgz