Changeset - a5fd0c275527
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-08-01 13:48:19

Fixed login
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/slavefuncs.c
Show inline comments
 
@@ -179,13 +179,13 @@ int login_user(char *username)
 
  struct execio *testrem;
 
  char *execargv[] =
 
    {
 
      "ssh",
 

	
 
      "-i",
 
      SYSCONFDIR "distren.id_rsa"
 
      SYSCONFDIR "/distren.id_rsa",
 
      "-p",
 
      "23",
 
      (char *)NULL,// username and hostname
 
      "echo",
 
      "hello", // This should eventually open a non-terminating connection to the server for communication,
 

	
0 comments (0 inline, 0 general)