Basic script to collect ssh_rsa_keys for all nodes and dump into a known_hosts
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 21 Mar 2008 17:26:49 +0000 (17:26 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 21 Mar 2008 17:26:49 +0000 (17:26 +0000)
commita2661849e55fb43b549b567a6750c025d94b9257
tree5ad9f151134bb758d04311f8d7376522e9239e9e
parent1e9ec7f7f382204d755931cd0a16bb9fa961c3d6
Basic script to collect ssh_rsa_keys for all nodes and dump into a known_hosts
file.  Problems:

 * needs to be updated periodically.
 * needs to co-exist with a user's non-pl entries in known_hosts
 * there doesn't seem to be a way to configure ssh to read two known_hosts files.
getsshkeys.py [new file with mode: 0755]