ericvicenti / ssh-keygen

Generates SSH key-pairs in node.js
MIT License
67 stars 49 forks source link

Fix problems running on Windows machines without required depedencies #13

Open jakkaj opened 6 years ago

jakkaj commented 6 years ago

Seems it was working fine on machines with Git for Windows installed.

I've added dependencies for Win32 and 64 and tested in brand new Windows 7 32 and 64 VMs.

jakkaj commented 6 years ago

I also moved around the executables in to 32 and 64 bit folders to accommodate the dependencies.

jakkaj commented 6 years ago

@ericvicenti please review :)

micalevisk commented 2 years ago

@jakkaj can you make these changes on my fork? https://github.com/micalevisk/ssh-keygen

This repo looks abandonaded :/