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_DSA_KEY_FILE SSHDIR "/ssh_host_dsa_key"
40 #define _PATH_HOST_ECDSA_KEY_FILE SSHDIR "/ssh_host_ecdsa_key"
41 #define _PATH_HOST_ED25519_KEY_FILE SSHDIR "/ssh_host_ed25519_key"
42 #define _PATH_HOST_XMSS_KEY_FILE SSHDIR "/ssh_host_xmss_key"
[all …]
Dservconf.c1991 xasprintf(&arg, "%s/%s", SSHDIR, arg2); in process_server_config_line_depth()
Dreadconf.c1616 "~/" _PATH_SSH_USER_DIR : SSHDIR, arg); in process_config_line_depth()