Searched refs:_PATH_SSH_KEY_SIGN (Results 1 – 2 of 2) sorted by relevance
126 #ifndef _PATH_SSH_KEY_SIGN127 #define _PATH_SSH_KEY_SIGN "/usr/libexec/ssh-keysign" macro
1584 if (stat(_PATH_SSH_KEY_SIGN, &st) < 0) { in ssh_keysign()1614 execl(_PATH_SSH_KEY_SIGN, _PATH_SSH_KEY_SIGN, (char *) 0); in ssh_keysign()1615 fatal("ssh_keysign: exec(%s): %s", _PATH_SSH_KEY_SIGN, in ssh_keysign()