Home
last modified time | relevance | path

Searched refs:tunnel_command (Results 1 – 1 of 1) sorted by relevance

/external/lldb/test/pexpect-2.4/examples/
Dssh_tunnel.py21 tunnel_command = 'ssh -C -N -f -L 25:127.0.0.1:25 -L 143:127.0.0.1:143 -L 110:127.0.0.1:110 %(user)… variable
34 ssh_tunnel = pexpect.spawn (tunnel_command % globals())