diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-03-08 12:25:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-20 11:03:11 +0000 |
commit | 81dd1319112a99bc38b7a7ced0663918ac5b09a4 (patch) | |
tree | 55ad53a43f164e7e6a05a41bcc9bb9713fae9409 /scripts/lib/devtool/standard.py | |
parent | 4be9bf637583b341a89af1b9924752abc7d49c94 (diff) | |
download | openembedded-core-81dd1319112a99bc38b7a7ced0663918ac5b09a4.tar.gz openembedded-core-81dd1319112a99bc38b7a7ced0663918ac5b09a4.tar.bz2 openembedded-core-81dd1319112a99bc38b7a7ced0663918ac5b09a4.zip |
devtool: deploy-target: allow disabling host key checking
If you're testing with multiple images/devices that have the same IP
address / hostname then it can be annoying to deal with host key
mismatches all of the time. As a MITM attack is unlikely in the local
test environment, provide a command line option to pass the appropriate
options to scp/ssh to disable the host key checking.
Note: if you wish to apply this permanently, the best way is to do it
through your ssh configuration e.g. by adding the following to your
~/.ssh/config:
Host 192.168.7.2
UserKnownHostsFile=/dev/null
StrictHostKeyChecking no
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/devtool/standard.py')
0 files changed, 0 insertions, 0 deletions