Home
last modified time | relevance | path

Searched refs:read_authkeys (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/qga/
H A Dcommands-common-ssh.h8 GStrv read_authkeys(const char *path, Error **errp);
H A Dcommands-common-ssh.c10 GStrv read_authkeys(const char *path, Error **errp) in read_authkeys() function
H A Dcommands-posix-ssh.c139 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()
H A Dcommands-windows-ssh.c568 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()