Home
last modified time | relevance | path

Searched refs:SSHDIR (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dpathnames.h17 #ifndef SSHDIR
18 #define SSHDIR ETCDIR "/ssh" macro
29 #define _PATH_SSH_SYSTEM_HOSTFILE SSHDIR "/ssh_known_hosts"
31 #define _PATH_SSH_SYSTEM_HOSTFILE2 SSHDIR "/ssh_known_hosts2"
37 #define _PATH_SERVER_CONFIG_FILE SSHDIR "/sshd_config"
38 #define _PATH_HOST_CONFIG_FILE SSHDIR "/ssh_config"
39 #define _PATH_HOST_KEY_FILE SSHDIR "/ssh_host_key"
40 #define _PATH_HOST_DSA_KEY_FILE SSHDIR "/ssh_host_dsa_key"
41 #define _PATH_HOST_ECDSA_KEY_FILE SSHDIR "/ssh_host_ecdsa_key"
42 #define _PATH_HOST_ED25519_KEY_FILE SSHDIR "/ssh_host_ed25519_key"
[all …]
Dconfig.h1600 #ifndef SSHDIR
1601 #define SSHDIR "/var/run/ssh" macro
1604 #define _PATH_PRIVSEP_CHROOT_DIR SSHDIR "/empty"
Dreadconf.c1495 "~/" _PATH_SSH_USER_DIR : SSHDIR, arg); in process_config_line_depth()