Searched refs:read_authkeys (Results 1 – 4 of 4) sorted by relevance
8 GStrv read_authkeys(const char *path, Error **errp);
139 authkeys = read_authkeys(authkeys_path, NULL); in qmp_guest_ssh_add_authorized_keys()187 authkeys = read_authkeys(authkeys_path, errp); in qmp_guest_ssh_remove_authorized_keys()227 authkeys = read_authkeys(authkeys_path, errp); in qmp_guest_ssh_get_authorized_keys()
10 GStrv read_authkeys(const char *path, Error **errp) in read_authkeys() function
568 authKeys = read_authkeys(userInfo->authorizedKeyFile, errp); in qmp_guest_ssh_get_authorized_keys()625 authkeys = read_authkeys(userInfo->authorizedKeyFile, NULL); in qmp_guest_ssh_add_authorized_keys()686 authkeys = read_authkeys(userInfo->authorizedKeyFile, errp); in qmp_guest_ssh_remove_authorized_keys()