search for: password_from_fd

Displaying 1 result from an estimated 1 matches for "password_from_fd".

2002 Apr 22
9
Password from open filedescriptor
...1.org/readconf.c openssh-3.1p1/readconf.c --- openssh-3.1p1.org/readconf.c Tue Feb 5 02:26:35 2002 +++ openssh-3.1p1/readconf.c Mon Apr 22 09:56:31 2002 @@ -776,6 +776,7 @@ options->port = -1; options->connection_attempts = -1; options->number_of_password_prompts = -1; + options->password_from_fd = -1; options->cipher = -1; options->ciphers = NULL; options->macs = NULL; diff -bur openssh-3.1p1.org/readconf.h openssh-3.1p1/readconf.h --- openssh-3.1p1.org/readconf.h Tue Mar 5 02:53:05 2002 +++ openssh-3.1p1/readconf.h Mon Apr 22 10:24:06 2002 @@ -70,6 +70,7 @@ * giving...