Home | History | Annotate | Download | only in openssh

Lines Matching refs:SSHDIR

17 #ifndef SSHDIR
18 #define SSHDIR ETCDIR "/ssh"
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_RSA_KEY_FILE SSHDIR "/ssh_host_rsa_key"
43 #define _PATH_DH_MODULI SSHDIR "/moduli"
45 #define _PATH_DH_PRIMES SSHDIR "/primes"
109 #define _PATH_SSH_SYSTEM_RC SSHDIR "/sshrc"
115 #define _PATH_SSH_HOSTS_EQUIV SSHDIR "/shosts.equiv"