Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-windows-ssh.c45 g_free(info->authorizedKeyFile); in free_userInfo()
400 if (SetNamedSecurityInfo(userInfo->authorizedKeyFile, SE_FILE_OBJECT, in set_file_permissions()
405 userInfo->authorizedKeyFile); in set_file_permissions()
436 if (!g_file_set_contents(userInfo->authorizedKeyFile, contents, -1, &err)) { in write_authkeys()
438 userInfo->authorizedKeyFile, err->message); in write_authkeys()
528 const char *authorizedKeyFile = in get_user_info() local
531 g_build_filename(sshFolder, authorizedKeyFile, NULL); in get_user_info()
533 uData->authorizedKeyFile = authorizedKeyPath; in get_user_info()
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()
[all …]
H A Dcommands-windows-ssh.h17 char *authorizedKeyFile; member