Lines Matching full:admin
52 * Gets the admin SSH folder for OpenSSH. OpenSSH does not store
95 * admin it returns the ssh folder located at %PROGRAMDATA%/ssh. If the user is
96 * not an admin it returns %USERPROFILE%/.ssh
100 * isAdmin -> Whether the user is an admin or not
114 /* If not an Admin the SSH key is in the user directory. */ in get_ssh_folder()
221 /* Create an entry for the admin user. */ in create_acl_base()
225 error_setg_win32(errp, GetLastError(), "failed to retrieve Admin SID"); in create_acl_base()
229 /* Set permissions for admin group. */ in create_acl_base()
254 "admin group %lu", in create_acl_base()
300 * If the user is not an admin give the user creating the key permission to in create_acl()
315 * In general the directory will be %PROGRAMDATA%/ssh if the user is an admin.
316 * %USERPOFILE%/.ssh if not an admin