HomeSort by relevance Sort by last modified time
    Searched refs:ssh_options (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/pexpect/
pxssh.py 211 ssh_options = '-q'
213 ssh_options = ssh_options + ' ' + self.SSH_OPTS
215 ssh_options = ssh_options + ' -p %s'%(str(port))
221 ssh_options = ssh_options + ' -i %s' % (ssh_key)
222 cmd = "ssh %s -l %s %s" % (ssh_options, username, server)
  /external/lldb/test/pexpect-2.4/
pxssh.py 186 ssh_options = '-q'
188 ssh_options = ssh_options + ' ' + self.SSH_OPTS
190 ssh_options = ssh_options + ' -p %s'%(str(port))
191 cmd = "ssh %s -l %s %s" % (ssh_options, username, server)

Completed in 94 milliseconds