Jeff Coppock <[EMAIL PROTECTED]> writes: > I'm having trouble getting ssh installed on my new woody system. > I'm getting segmentation faults during the ssh-keygen process. I > can't find any reason for this.
Are you familiar with GDB? You should download the source to the ssh package (apt-get source ssh), then rebuild it with debugging information, get a backtrace using gdb, then include that information in a bug report against the ssh package. Also, are you sure you don't have any other ssh binaries lying around? Say in /usr/local/bin?

