to add to the other responses... >I've been trying to get sshd (the daemon not the client) working on my >system but I'm having trouble with the keygen. I run keygen and when it >asks me what file to save the key in I tell it /etc/ssh_host_key (right?), >even though the default is $HOME/.ssh/identity. But when I try to start >sshd it tells me Could not load host key: /etc/ssh_host_key. Check path this should happen during installation; youre not supposed to have to make the HOST key manually, just your own RSA personal key. if you have a build tree then you can do "make hostinstall" which will just generate the keys without installing the binaries, but thats part of the standard make install as well. >and permissions. In desperation I even tried chmod a+r on the file but >still the same prob. I would like to get a look at the source so I'd know >what kind of error causes this problem, other than the obvious, but of >course I only have the bin rpm for it. Anybody have this working or know >what I can try? The rpm I'm using is ssh-1.2.16-1us.i386.rpm, and the >client from that package works fine :) TIA. newer ssh/nonexportable-crypto RPMs and .debs are available at ftp://ftp.replay.com/pub/crypto (hosted in a country with less insane export laws) please do NOT use ssh <= 1.2.27 compiled with the rsaref library (aka the US version), as there is a well publicized possible security issue with older clients and that library. 1.2.2x are safe as long as you dont use RSAREF (illegal in the US, but who cares). --------------------------------------------------------------------------- Send administrative requests to [EMAIL PROTECTED]