diff --git a/src/server/slavefuncs.c b/src/server/slavefuncs.c --- a/src/server/slavefuncs.c +++ b/src/server/slavefuncs.c @@ -29,6 +29,7 @@ #include /*< malloc(), free() */ int ssh_keygen(){ + // Interesting issue, if they try to register twice, it will be interactive. fprintf(stderr, "We're generating your SSH key. Please be patient.\n"); char *command = "ssh-keygen"; // append .exe if win32? char *path_to_command = "/usr/bin/ssh-keygen";