Home
last modified time | relevance | path

Searched refs:ssh_add_identity (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dauthfd.h84 int ssh_add_identity(AuthenticationConnection *, Key *, const char *);
/titanic_50/usr/src/cmd/ssh/ssh-add/
H A Dssh-add.c182 } else if (ssh_add_identity(ac, private, comment)) { in add_file()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dauthfd.c545 ssh_add_identity(AuthenticationConnection *auth, Key *key, const char *comment) in ssh_add_identity() function