Lines Matching full: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
215 # 2. Set ssh logleve to ERROR for all hosts.
292 1. Disable main ssh connection in shadow config, as it is not working
306 # container does not support main ssh connection yet.
343 """Modify ssh config for it to work inside container.
347 Therefore, the source of ssh config must be properly updated to be able
352 ssh_config = '/root/.ssh/config'
355 # TODO(dshi): crbug.com/451622 ssh connection loglevel is set to
356 # ERROR in container before the ssh connection works. This is
359 # The sed command injects following at the beginning of .ssh/config
360 # used in config. With such change, ssh command will not post
368 # Inject ssh config for moblab to ssh to dut from container.
370 # ssh to moblab itself using moblab user.
373 'IdentityFile %%d/.ssh/testing_rsa\' >> %s' %
374 '/root/.ssh/config')
375 # ssh to duts using root user.
378 'IdentityFile %%d/.ssh/testing_rsa\' >> %s' %
379 '/root/.ssh/config')