Home
last modified time | relevance | path

Searched refs:_PATH_SSH_KEY_SIGN (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dpathnames.h143 #ifndef _PATH_SSH_KEY_SIGN
144 #define _PATH_SSH_KEY_SIGN "/usr/lib/ssh/ssh-keysign" macro
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c1420 if (stat(_PATH_SSH_KEY_SIGN, &st) < 0) { in ssh_keysign()
1449 execl(_PATH_SSH_KEY_SIGN, _PATH_SSH_KEY_SIGN, (char *) 0); in ssh_keysign()
1450 fatal("ssh_keysign: exec(%s): %s", _PATH_SSH_KEY_SIGN, in ssh_keysign()