mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 22:15:37 +02:00
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.
This commit is contained in:
parent
74f2c00457
commit
9b054c011e
@ -43,8 +43,8 @@
|
||||
# define _PATH_HOST_ECDSA_KEY_FILE "ssh_host_ecdsa_key"
|
||||
# define _PATH_HOST_ED25519_KEY_FILE "ssh_host_ed25519_key"
|
||||
# define _PATH_HOST_RSA_KEY_FILE "ssh_host_rsa_key"
|
||||
# define _PATH_DH_MODULI "/moduli"
|
||||
# define _PATH_DH_PRIMES "/primes"
|
||||
# define _PATH_DH_MODULI "moduli"
|
||||
# define _PATH_DH_PRIMES "primes"
|
||||
# define _PATH_SSH_PROGRAM "ssh.exe"
|
||||
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user