search for: eiilcplro

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

Did you mean: eilcplro
2000 Dec 21
1
Patch to allow DSA as well as RSA identities to be specified on the command line
...rintf(stderr, " -t Tty; allocate a tty even if command is given.\n"); fprintf(stderr, " -T Do not allocate a tty.\n"); @@ -275,5 +276,5 @@ if (!opt) usage(); - if (strchr("eilcpLRo", opt)) { /* options with arguments */ + if (strchr("eiIlcpLRo", opt)) { /* options with arguments */ optarg = av[optind] + 2; if (strcmp(optarg, "") == 0) { @@ -330,12 +331,24 @@ case 'i': if (stat(optarg, &st) < 0) { - fprintf(stderr, "Warning: Identity file %s does not exist.\n", + fprintf(stderr,...