Hi, Ron Leach <ronleach@tesco.net> writes: > I hesitate to trouble the list with this but, when trying to generate > a key pair on a (lenny) system recently upgraded to wheezy, 7.7, I am > seeing this: > > ron@d7server:~$ ssh-keygen > -bash: ssh_keygen : command not found Hmm, bash complaining about ssh_keygen (with an underscore) when you want to start ssh-keygen (with a dash) sounds strange. What do which ssh-keygen type ssh-keygen say? Ansgar