Lines Matching refs:ssh_options
7 set ssh_options [board_info $board ssh,options]
11 eval "exec ssh -N -f $ssh_options root@$hostname &"
12 local_exec "ssh -n $ssh_options root@$hostname sh -c 'mkdir -p $tmpdir'" \
22 set ssh_options [board_info $board ssh,options]
25 local_exec "ssh $ssh_options -O exit root@$hostname" {} {} 10
27 local_exec "ssh -n $ssh_options root@$hostname sh -c 'rm -fr $tmpdir'" \
38 set ssh_options [board_info $board ssh,options]
40 verbose -log "scp -q $ssh_options $file root@$hostname:$tmpdir/"
41 set result [local_exec "scp -q $ssh_options $file root@$hostname:$tmpdir/" \
58 set ssh_options [board_info $board ssh,options]
60 verbose -log "scp -q $ssh_options \"root@$hostname:$tmpdir/$filen\" ."
62 "scp -q $ssh_options \"root@$hostname:$tmpdir/$filen\" ." \
141 set ssh_options [board_info $board ssh,options]
143 "ssh -n $ssh_options root@$hostname sh -c '$program $pargs'" \