diff --git a/Python/etc/ssh/ssh_known_hosts b/Python/etc/ssh/ssh_known_hosts index 553c065..11150cd 100644 --- a/Python/etc/ssh/ssh_known_hosts +++ b/Python/etc/ssh/ssh_known_hosts @@ -11,7 +11,7 @@ sys.path.append('/usr/scripts/gestion') import lc_ldap.shortcuts import config -conn=lc_ldap.shortcuts.lc_ldap_admin() +conn=lc_ldap.shortcuts.lc_ldap_readonly(user="sshfingerprint") machines=conn.search("objectClass=machineCrans")