On Sun, Jun 20, 2004 at 12:33:34PM -0600, Bob Proulx wrote: > Should I be able to extract the key somehow in a compatible format? I think ssh-keygen from OpenSSH can convert the public key to it's prefered format. Try ssh-keygen -i, and/or see the man page. //Peter