Home
last modified time | relevance | path

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

/external/devlib/doc/
Dconnection.rst121 ``sshpass`` utility must be installed on the
135 ``sshpass``. Set this if your version of ``sshpass``
153 ``sshpass`` utility must be installed on the
162 ``sshpass``. Set this if your version of ``sshpass``
Doverview.rst34 # authentication requires sshpass to be installed on your host machine).'
/external/lisa/
Dinstall_base_ubuntu.sh34 trace-cmd sshpass kernelshark nmap net-tools tree python-matplotlib \
/external/devlib/devlib/utils/
Dssh.py43 sshpass = None variable
834 if not sshpass:
841 global ssh, scp, sshpass # pylint: disable=global-statement
845 sshpass = which('sshpass')