Changeset - 79cc67f57f6f
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-07-30 16:10:42

Comments
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/slavefuncs.c
Show inline comments
 
@@ -29,6 +29,7 @@
 
#include <stdlib.h> /*< 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";
0 comments (0 inline, 0 general)