OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:agent_fd
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libpam/modules/pam_ssh/
pam_ssh.c
361
int
agent_fd
;
local in function:pam_ssh_add_keys_to_agent
373
if (ssh_get_authentication_socket(&
agent_fd
) != 0) {
378
agent_fd
= -1;
388
if (ssh_add_identity(
agent_fd
, psk->key, psk->comment))
401
if (
agent_fd
!= -1)
402
ssh_close_authentication_socket(
agent_fd
);
pam_ssh.c
361
int
agent_fd
;
local in function:pam_ssh_add_keys_to_agent
373
if (ssh_get_authentication_socket(&
agent_fd
) != 0) {
378
agent_fd
= -1;
388
if (ssh_add_identity(
agent_fd
, psk->key, psk->comment))
401
if (
agent_fd
!= -1)
402
ssh_close_authentication_socket(
agent_fd
);
Completed in 24 milliseconds
Indexes created Mon Sep 29 15:09:53 GMT 2025