Changeset 392 for trunk/tssh


Ignore:
Timestamp:
Jun 17, 2019, 9:02:04 AM (5 years ago)
Author:
g7moreau
Message:
  • Help and small bug on ssh_option
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tssh/tssh

    r391 r392  
    2222OPTIONS
    2323   -w             windows to open (integer, default 16)
    24    -o             option to pass to ssh
     24   -o ssh_option  option to pass to ssh
    2525   -f             fast, no nmap scan to eliminate sleeping computer
    2626   -v             verbose
     
    9191    #export split_number=16
    9292    export dyn_domain='mycompagny.local'
     93    #export ssh_option=''
    9394    #export fast='yes'
    9495    #export verbose='yes'
     
    280281   do
    281282      # wait ${tempo} needed in case of ${remote_command}
    282       tmux splitw -t $session "ssh ${ssh_option}${host[$i]} ${remote_command}; sleep ${other_tempo}"
     283      tmux splitw -t $session "ssh ${ssh_option} ${host[$i]} ${remote_command}; sleep ${other_tempo}"
    283284      tmux select-layout tiled
    284285   done
Note: See TracChangeset for help on using the changeset viewer.