Skip to content

Commit 9b054c0

Browse files
committed
moduli file and primes file should be picked from current sshd directory
they were being picked from root directory /moduli and /primes ; now they are to be where sshd package is installed.
1 parent 74f2c00 commit 9b054c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pathnames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
# define _PATH_HOST_ECDSA_KEY_FILE "ssh_host_ecdsa_key"
4444
# define _PATH_HOST_ED25519_KEY_FILE "ssh_host_ed25519_key"
4545
# define _PATH_HOST_RSA_KEY_FILE "ssh_host_rsa_key"
46-
# define _PATH_DH_MODULI "/moduli"
47-
# define _PATH_DH_PRIMES "/primes"
46+
# define _PATH_DH_MODULI "moduli"
47+
# define _PATH_DH_PRIMES "primes"
4848
# define _PATH_SSH_PROGRAM "ssh.exe"
4949

5050
#else

0 commit comments

Comments
 (0)