mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
fix test-exec to find sshd-session on Windows
This commit is contained in:
parent
78fa6b269a
commit
18f1991754
@ -96,7 +96,11 @@ SSHKEYGEN=ssh-keygen
|
||||
SSHKEYSCAN=ssh-keyscan
|
||||
SFTP=sftp
|
||||
SFTPSERVER=/usr/libexec/openssh/sftp-server
|
||||
SSHD_SESSION=/usr/libexec/sshd-session
|
||||
if [ "$os" == "windows" ]; then
|
||||
SSHD_SESSION=sshd-session.exe
|
||||
else
|
||||
SSHD_SESSION=/usr/libexec/sshd-session
|
||||
fi
|
||||
SCP=scp
|
||||
|
||||
# Set by make_tmpdir() on demand (below).
|
||||
|
Loading…
x
Reference in New Issue
Block a user