Greetings All.

   I have downloaded and compiled SSH v2.4.0 successfully however I am
having a problem with the daemon recognizing ssh-rsa key types.  When
running sshd in debug mode, the following message appears when connecting
with an RSA key.

debug: ssh_decode_pubkeyblob: unrecognized key type ssh-rsa

I compiled ssh with the following configure options (BTW, I got SecurID to
work at least):

./configure  --prefix=/usr/local --with-clientsecurid --with-serversecurid=/
data/ace/lib --with-pty=pts -with-libwrap=/usr/nfs/src/pub/tcpwrapper/tcp_wr
appers_7.6 --enable-WITH_RSA

Finally, looking in the ssh2pubkeyencode.c file, I find a section for DSS
(below) but nothing for RSA.  Can anyone help?  Thanks.

#ifdef SSHDIST_CRYPT_DSA
  /* -- DSS key type -- */
<snip out code..>
#endif /* SSHDIST_CRYPT_DSA */

--
Mark Radleigh
[EMAIL PROTECTED]

Reply via email to