dropbearkey question...

2013-04-16 Thread Ed Sutter
Hi, I now have the dropbearkey code integrated into my embedded stuff. I assume the idea is to call this function each time the server starts up. Then each time the server starts, future client connections will reject the server connection until $HOME/.ssh/known_hosts is purged of that server's

Re: dropbearkey question...

2013-04-16 Thread Ed Sutter
Ok, more information... I see that if I use an ssh client that connects to an ssh server, I do get the expected fingerprints. I also see that if I use the dbclient with the db server I get the expected fingerprint. The problem occurs when I try to use the ssh client to connect to the db

Re: dropbearkey question...

2013-04-16 Thread Ed Sutter
Found the problem... In my energetic effort to reduce the size of the server, I had #undef DROPBEAR_MD5_HMAC in my options.h file. With that defined, the fingerprints now match. All better now. Sorry for the noise! Ed Ok, more information... I see that if I use an ssh client that connects to an