Changeset 427
- Timestamp:
- Nov 25, 2019, 11:50:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tssh/tssh
r426 r427 11 11 export LANG=C 12 12 13 VERSION='0.2. 3'13 VERSION='0.2.4' 14 14 15 15 function usage() { … … 289 289 =head1 OPTIONS 290 290 291 =over 292 293 =item C<-w number> windows to open (integer, default 16) 294 295 =item C<-o ssh_option> option to pass to ssh 296 297 =item C<-f> fast, no nmap scan to eliminate sleeping computer 298 299 =item C<-v> verbose 300 301 =item C<-c remote_cmd> launch the remote command on hosts and exit 302 303 =item C<-p> launch in parallel (only with option C<-c>) with command parallel or xargs 304 305 =item C<-h> help 306 307 =back 291 =head2 C<-w number> 292 293 Windows to open (integer, default 16) 294 295 =head2 C<-o ssh_option> 296 297 Option to pass to ssh 298 299 =head2 C<-f> 300 301 Fast, no nmap scan to eliminate sleeping computer 302 303 =head2 C<-c remote_cmd> 304 305 Launch the remote command on hosts and exit 306 307 =head2 C<-p> 308 309 Launch in parallel (only with option C<-c>) with command parallel or xargs 310 311 =head2 C<-v> 312 313 Verbose 314 315 =head2 C<-h> 316 317 Minimal help 318 319 308 320 309 321 =head1 DESCRIPTION … … 380 392 =head2 C<delay_time> 381 393 382 When use with C<tmux>, add a small delay before lauching the second shell to let C<tmux> open the window. 394 When use with C<tmux>, 395 add a small delay before lauching the second shell to let C<tmux> open the window (default 0.8) 396 397 =head2 C<split_number> 398 399 See option C<-w>. 400 401 =head2 C<dyn_domain> 402 403 If computer doesn't respond on it's normal IP, 404 search also to connect on it with this DNS domain. 405 Could be use with DNS dynamic domain where computer register inside automatically. 406 407 =head2 C<ssh_option> 408 409 See option C<-o>. 410 411 =head2 C<fast> 412 413 See option C<-f>. 414 415 =head2 C<verbose> 416 417 See option C<-v>. 418 383 419 384 420
Note: See TracChangeset
for help on using the changeset viewer.