[BACK]Return to ssh.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.c between version 1.491 and 1.492

version 1.491, 2018/09/12 01:30:10 version 1.492, 2018/09/20 03:31:49
Line 716 
Line 716 
                         else if (strcmp(optarg, "key-plain") == 0)                          else if (strcmp(optarg, "key-plain") == 0)
                                 cp = sshkey_alg_list(0, 1, 0, '\n');                                  cp = sshkey_alg_list(0, 1, 0, '\n');
                         else if (strcmp(optarg, "sig") == 0)                          else if (strcmp(optarg, "sig") == 0)
                                 cp = sshkey_alg_list(0, 0, 1, '\n');                                  cp = sshkey_alg_list(0, 1, 1, '\n');
                         else if (strcmp(optarg, "protocol-version") == 0)                          else if (strcmp(optarg, "protocol-version") == 0)
                                 cp = xstrdup("2");                                  cp = xstrdup("2");
                         else if (strcmp(optarg, "help") == 0) {                          else if (strcmp(optarg, "help") == 0) {

Legend:
Removed from v.1.491  
changed lines
  Added in v.1.492