search for: host_dsa_key_fil

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

Did you mean: host_dsa_key_file
2000 Dec 22
0
patch to specify DSA host key on command line
...switch (opt) { case '4': IPv4or6 = AF_INET; @@ -557,6 +557,9 @@ case 'h': options.host_key_file = optarg; break; + case 'H': + options.host_dsa_key_file = optarg; + break; case 'V': client_version_string = optarg; /* only makes sense with inetd_flag, i.e. no listen() */ @@ -578,8 +581,9 @@ fprintf(stderr, " -k seconds Regener...