Changeset - d4d92e6e061f
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-07-26 23:09:21

Fill in this stuff later
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/server/slavefuncs.c
Show inline comments
 
@@ -68,8 +68,9 @@ void registeruser(char *username, char *
 
    }
 
  execio_close(testrem);
 

	
 
 exec('exec wget http://protofusion.org/distren/keys/%s',keyname); // Download the key with cURL!!!
 
 /* TODO: Scan distrenslave.conf for !username and !key and replace them with "keyname" and the "username" */
 
  ssh_keygen(); // Should return relative path to keyfile, or jus the keyname
 

	
 
  /* TODO: Scan distrenslave.conf for !username and !key and replace them with "keyname" and the "username" */
 

	
 
}
 

	
0 comments (0 inline, 0 general)