poky/scripts/lib
Paul Eggleton ad57dab31f 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

(From OE-Core rev: 81dd1319112a99bc38b7a7ced0663918ac5b09a4)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-03-20 11:27:45 +00:00
..
bsp yocto-bsp: Add branch to SRC_URI for custom kernels 2015-02-07 13:34:00 +00:00
devtool devtool: deploy-target: allow disabling host key checking 2015-03-20 11:27:45 +00:00
image wic: Fix kernel dir location 2015-02-21 22:05:35 +00:00
recipetool recipetool: fix regression caused by previous commit 2015-02-23 17:35:27 +00:00
wic wic: Consider PSEUDO_* environment variables 2015-03-20 11:03:45 +00:00
scriptpath.py scripts: consolidate code to find bitbake path 2014-06-25 13:51:45 +01:00
scriptutils.py scripts: add scriptutils module 2014-12-23 10:18:15 +00:00