Searched refs:_PATH_SSH_KEY_SIGN (Results 1 – 2 of 2) sorted by relevance
128 #ifndef _PATH_SSH_KEY_SIGN129 #define _PATH_SSH_KEY_SIGN "/usr/libexec/ssh-keysign" macro
1477 if (stat(_PATH_SSH_KEY_SIGN, &st) < 0) { in ssh_keysign()1515 __func__, (long)getpid(), _PATH_SSH_KEY_SIGN); in ssh_keysign()1516 execl(_PATH_SSH_KEY_SIGN, _PATH_SSH_KEY_SIGN, (char *) 0); in ssh_keysign()1517 fatal("%s: exec(%s): %s", __func__, _PATH_SSH_KEY_SIGN, in ssh_keysign()