Searched refs:SSHDIR (Results 1 – 3 of 3) sorted by relevance
17 #ifndef SSHDIR18 #define SSHDIR ETCDIR "/ssh" macro29 #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 …]
1600 #ifndef SSHDIR1601 #define SSHDIR "/var/run/ssh" macro1604 #define _PATH_PRIVSEP_CHROOT_DIR SSHDIR "/empty"
1495 "~/" _PATH_SSH_USER_DIR : SSHDIR, arg); in process_config_line_depth()