diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-03-25 21:10:13 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-03-25 17:19:44 -0500 |
commit | f7cdad6b141b86eeb6e52c0ba590f475d166aa65 (patch) | |
tree | b22fd3a8538e4db0da2bdb27068963c8f519e90c /src/lib/Proxy.py | |
parent | 5d3338b5da94a1e884ca5328bfa3df8cc2107e3b (diff) | |
download | bcfg2-f7cdad6b141b86eeb6e52c0ba590f475d166aa65.tar.gz bcfg2-f7cdad6b141b86eeb6e52c0ba590f475d166aa65.tar.bz2 bcfg2-f7cdad6b141b86eeb6e52c0ba590f475d166aa65.zip |
SSHbase: Generate known_hosts file in consistent order (Patch from Lee Loucks)
From Ticket #869:
Because the order of a python set is dependent on the order of the hash
of entries of that set, the get_skn method generates a entries in the
ssh_known_hosts with the names ordered according to their has instead of
a consistent (from the user point of view) order. Some entries are IP,
hostname and other entries are hostname, IP.
This patch corrects that.
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5793 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Proxy.py')
0 files changed, 0 insertions, 0 deletions