Searched refs:_PATH_SSH_KEY_SIGN (Results 1 – 2 of 2) sorted by relevance
133 #ifndef _PATH_SSH_KEY_SIGN134 #define _PATH_SSH_KEY_SIGN "/usr/libexec/ssh-keysign" macro
2028 if (stat(_PATH_SSH_KEY_SIGN, &st) == -1) { in ssh_keysign()2067 (long)getpid(), _PATH_SSH_KEY_SIGN); in ssh_keysign()2068 execl(_PATH_SSH_KEY_SIGN, _PATH_SSH_KEY_SIGN, (char *)NULL); in ssh_keysign()2069 fatal_f("exec(%s): %s", _PATH_SSH_KEY_SIGN, in ssh_keysign()