Lines Matching refs:ssh
17 "source": "ssh",
18 "target": "/root/.ssh",
49 2. Copy all files in ssh to /root/.ssh in container.
82 the module still supports copy over files like ssh config and autotest
217 # 2. Set ssh logleve to ERROR for all hosts.
296 1. Disable master ssh connection in shadow config, as it is not working
310 # container does not support master ssh connection yet.
347 """Modify ssh config for it to work inside container.
351 Therefore, the source of ssh config must be properly updated to be able
356 ssh_config = '/root/.ssh/config'
359 # TODO(dshi): crbug.com/451622 ssh connection loglevel is set to
360 # ERROR in container before master ssh connection works. This is
363 # The sed command injects following at the beginning of .ssh/config
364 # used in config. With such change, ssh command will not post
372 # Inject ssh config for moblab to ssh to dut from container.
374 # ssh to moblab itself using moblab user.
377 'IdentityFile %%d/.ssh/testing_rsa\' >> %s' %
378 '/root/.ssh/config')
379 # ssh to duts using root user.
382 'IdentityFile %%d/.ssh/testing_rsa\' >> %s' %
383 '/root/.ssh/config')