Skip to content

Commit e1661bf

Browse files
authored
add sshd-session to msi (#753)
1 parent 64f148c commit e1661bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/win32/install/server.wxs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<Component>
1010
<File Name="ssh-shellhost.exe" KeyPath="yes" />
1111
</Component>
12+
<Component>
13+
<File Name="sshd-session.exe" KeyPath="yes" />
14+
</Component>
1215
<Component>
1316
<File Id="sshd.exe" Name="sshd.exe" KeyPath="yes" />
1417
<RegistryKey Root="HKLM" Key="SOFTWARE\OpenSSH" ForceCreateOnInstall="yes">

0 commit comments

Comments
 (0)