Home | History | Annotate | Download | only in dejagnu

Lines Matching refs:ssh

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'" \
32 # Upload a file to the board. Uses scp over persistent SSH connection.
38 set ssh_options [board_info $board ssh,options]
52 # Download a file to the host machine. Uses scp over persistent SSH connection.
58 set ssh_options [board_info $board ssh,options]
90 # persistent SSH connection and run a command in modified environment.
141 set ssh_options [board_info $board ssh,options]
143 "ssh -n $ssh_options root@$hostname sh -c '$program $pargs'" \
174 set_board_info ssh,options "-i __tmp_testing_rsa__ -o ControlMaster=auto \