Include ssh-keygen in standalone bundle.
This commit is contained in:
parent
7ccd107d7b
commit
28a64c8fd8
3 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,7 @@ bundledPrograms = catMaybes
|
|||
#endif
|
||||
, Just "rsync"
|
||||
, Just "ssh"
|
||||
, Just "ssh-keygen"
|
||||
#ifndef mingw32_HOST_OS
|
||||
, Just "sh"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue