Home
last modified time | relevance | path

Searched refs:write_authkeys (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/qga/
H A Dcommands-posix-ssh.c85 write_authkeys(const char *path, const GStrv keys, in write_authkeys() function
159 write_authkeys(authkeys_path, authkeys, p, errp); in qmp_guest_ssh_add_authorized_keys()
208 write_authkeys(authkeys_path, new_keys, p, errp); in qmp_guest_ssh_remove_authorized_keys()
H A Dcommands-windows-ssh.c428 static bool write_authkeys(WindowsUserInfo *userInfo, GStrv authkeys, in write_authkeys() function
654 write_authkeys(userInfo, authkeys, errp); in qmp_guest_ssh_add_authorized_keys()
711 write_authkeys(userInfo, new_keys, errp); in qmp_guest_ssh_remove_authorized_keys()