HomeSort by relevance Sort by last modified time
    Searched full:user_pw (Results 1 - 3 of 3) sorted by null

  /external/openssh/
sftp-server-main.c 39 struct passwd *user_pw; local
44 if ((user_pw = getpwuid(getuid())) == NULL) {
50 return (sftp_server_main(argc, argv, user_pw));
auth2-pubkey.c 527 user_key_command_allowed2(struct passwd *user_pw, Key *key)
547 "u", user_pw->pw_name, (char *)NULL);
576 options.authorized_keys_command, user_pw->pw_name, pw->pw_name);
625 options.authorized_keys_command, user_pw->pw_name, NULL);
sftp-server.c     [all...]

Completed in 177 milliseconds