[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.595 and 1.596

version 1.595, 2023/10/11 22:42:26 version 1.596, 2023/10/11 23:23:58
Line 168 
Line 168 
 "           [-c cipher_spec] [-D [bind_address:]port] [-E log_file]\n"  "           [-c cipher_spec] [-D [bind_address:]port] [-E log_file]\n"
 "           [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file]\n"  "           [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file]\n"
 "           [-J destination] [-L address] [-l login_name] [-m mac_spec]\n"  "           [-J destination] [-L address] [-l login_name] [-m mac_spec]\n"
 "           [-O ctl_cmd] [-o option] [-P tag] [-p port] [-Q query_option]\n"  "           [-O ctl_cmd] [-o option] [-P tag] [-p port] [-R address]\n"
 "           [-R address] [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]\n"  "           [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]\n"
 "           destination [command [argument ...]]\n"  "           destination [command [argument ...]]\n"
   "       ssh [-Q query_option]\n"
         );          );
         exit(255);          exit(255);
 }  }

Legend:
Removed from v.1.595  
changed lines
  Added in v.1.596