search for: eilcplro

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

Did you mean: eiilcplro
2000 Dec 21
1
Patch to allow DSA as well as RSA identities to be specified on the command line
...Identity for DSA authentication (default: ~/.ssh/id_dsa).\n"); fprintf(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, &qu...