Home
last modified time | relevance | path

Searched full:ssh (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/tools/harness-simulation/harness/Thread_Harness/THCI/
DOpenThread_BR_Sim.py79 # Avoid SSH disconnection after idle for a long time
105 print('SSH connection is lost, try reconnect after 1 second.')
109 raise ConnectionError('SSH connection is lost')
115 self.log('SSH connecting ...')
134 ssh = config['ssh']
135 self.telnetPort = ssh['port']
136 self.telnetUsername = ssh['username']
137 self.telnetPassword = ssh['password']
DOpenThread_Sim.py64 # Close the SSH connection only when Harness exits
83 # Avoid SSH connection lost after inactivity for a while
99 # Exit ot-cli-ftd and close the SSH connection
140 self.log('SSH connecting ...')
169 ssh = config['ssh']
170 self.telnetPort = ssh['port']
171 self.telnetUsername = ssh['username']
172 self.telnetPassword = ssh['password']
/openthread-latest/tools/harness-thci/
DREADME.md50 The above is for the serial connection mode between the DUT and the Host PC. The ssh connection mod…
54 2. Login Raspberry Pi, sudo raspi-config, then -> interfacing options -> enable ssh.
60 …ta`. TelnetIP : device's IP address Param5 : 'ip' for SSH login Param6 : SSH username Param7 : SSH
66 8. Drag the "OpenThread_WpanCtl: Wpantund + NCP (SSH)" reference device to the **Test Bed** section…
DdeviceInputFields.xml97 …OpenThread_WpanCtl.png" description = "OpenThread_WpanCtl: Wpantund + NCP (SSH)" THCI="OpenThread_…
DOpenThread_BR.py90 # Avoid SSH disconnection after idle for a long time
111 print('SSH connection is lost, try reconnect after 1 second.')
DOpenThread_WpanCtl.py74 # connection type 'ip' stands for SSH
87 # username for SSH
89 # password for SSH
775 print('login success (ssh)')
783 ModuleHelper.WriteIntoDebugLogger('connect to ssh Error: ' + str(e))
DOpenThread.py476 # username for SSH
478 # password for SSH
/openthread-latest/tools/otci/
DREADME.md12 - OTBR device via SSH
19 # Connect to an OTBR device via SSH
/openthread-latest/tools/harness-simulation/
DREADME.md19 …- Edit the value of `ssh.username` to the username to be used for connecting to the remote POSIX e…
20 - Edit the value of `ssh.password` to the password corresponding to the username above.
/openthread-latest/tools/harness-simulation/posix/
Dconfig.yml84 ssh:
/openthread-latest/tools/cp-caps/
DREADME.md11 | ADB/SSH | ADB/SSH/SERIAL
76 DUT_SSH=<device_ip> Connect to the DUT via ssh
79 REF_SSH=<device_ip> Connect to the reference device via ssh
Drcp_caps_test.py696 ' DUT_SSH=<device_ip> Connect to the DUT via ssh\r\n'
699 ' REF_SSH=<device_ip> Connect to the reference device via ssh\r\n'