Disable hashing of the ssh keys.
authorIustin Pop <iustin@google.com>
Mon, 20 Aug 2007 13:27:45 +0000 (13:27 +0000)
committerIustin Pop <iustin@google.com>
Mon, 20 Aug 2007 13:27:45 +0000 (13:27 +0000)
commit3899870e8d2de119e9d9bac40ef7bdffff680b7a
tree66bbacdb3887b58bb5853b827f791e348f692bca
parent644eeef916c9ef56cc4f95028db9d20f7a9393ee
Disable hashing of the ssh keys.

In case we use StrictHostKeyChecking=ask, also add HashKnownHosts=no so that
debugging is easier. The nodes to which we are connecting are anyway visible in
/etc/ssh/ssh_known_hosts.
lib/ssh.py