pam_ssh.c | 70 #define ssh_add_identity(auth, key, comment) \ 71 ssh_add_identity_constrained(auth, key, comment, 0, 0, 0, NULL, NULL, 00) 77 char *comment; member in struct:pam_ssh_key 98 * struct pam_ssh_key containing the key and its comment. 107 char *comment; local in function:pam_ssh_load_key 112 comment = NULL; 121 r = sshkey_load_private(fn, "", &key, &comment); 125 free(comment); 129 r = sshkey_load_private(fn, passphrase, &key, &comment); 132 if (comment != NULL [all...] |