X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=ud-host;h=d0fe689fec99e64234ddacc17663c4c998004666;hp=a2e870808b8c5c25cec9d15f9aa2563eb5534e0e;hb=59fd74c33d8785f1b41e52745f5305d4bb3fbca5;hpb=c231204f05792c989c79df57ec38850e5c381f04 diff --git a/ud-host b/ud-host index a2e8708..d0fe689 100755 --- a/ud-host +++ b/ud-host @@ -26,7 +26,9 @@ AttrInfo = {"description": ["Machine Descr.", 1], "machine": ["Machine Hardware", 10], "memory": ["Memory", 11], "disk": ["Disk", 12], - "bandwidth": ["Bandwidth", 13]}; + "sshrsahostkey": ["SSH RSA", 14], + "sshdsahostkey": ["SSH DSA", 15], + "bandwidth": ["Bandwidth", 16]}; AttrPrompt = {"description": ["Purpose of the machine"], "hostname": ["The hostnames for the box (ipv4/ipv6)"], @@ -40,6 +42,8 @@ AttrPrompt = {"description": ["Purpose of the machine"], "machine": ["Hardware description"], "memory": ["Installed RAM"], "disk": ["Disk Space, RAID levels, etc"], + "sshrsahostkey": ["A copy of /etc/ssh/ssh_host_key.pub"], + "sshdsahostkey": ["A copy of /etc/ssh/ssh_host_key.pub.dsa"], "bandwidth": ["Available outbound"]}; # Create a map of IDs to desc,value,attr