OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSHDIR
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
pathnames.h
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
[
all
...]
config.h
[
all
...]
Completed in 33 milliseconds