Lines Matching +full:volume +full:- +full:keys
26 * System-wide file containing host keys of known hosts. This file should be
27 * world-readable.
35 * should be world-readable.
52 #define _PATH_SSHD_SESSION "/usr/libexec/sshd-session"
63 * directory should be world-readable (though not all files are).
68 * Per-user file containing host keys of known hosts. This file need not be
77 * Name of the default file containing client-side authentication key. This
92 * volume where root is mapped to nobody, this may need to be world-readable.
97 * File containing a list of those rsa keys that permit logging in as this
100 * directory resides on an NFS volume where root is mapped to nobody, this
101 * may need to be world-readable. (This file is read by the daemon which is
110 * Per-user and system-wide ssh "rc" files. These files are executed with
119 * Ssh-only version of /etc/hosts.equiv. Additionally, the daemon may use
129 #define _PATH_SSH_ASKPASS_DEFAULT "/usr/local/bin/ssh-askpass"
132 /* Location of ssh-keysign for hostbased authentication */
134 #define _PATH_SSH_KEY_SIGN "/usr/libexec/ssh-keysign"
137 /* Location of ssh-pkcs11-helper to support keys in tokens */
139 #define _PATH_SSH_PKCS11_HELPER "/usr/libexec/ssh-pkcs11-helper"
142 /* Location of ssh-sk-helper to support keys in security keys */
144 #define _PATH_SSH_SK_HELPER "/usr/libexec/ssh-sk-helper"
154 #define _PATH_UNIX_X "/tmp/.X11-unix/X%u"
164 #define _PATH_SFTP_SERVER "/usr/libexec/sftp-server"
183 #define ASKPASS_PROGRAM "/usr/lib/ssh/ssh-askpass"