diff options
author | Alex Yang <yangyang1@zte.com.cn> | 2017-12-19 10:30:41 +0800 |
---|---|---|
committer | Alex Yang <yangyang1@zte.com.cn> | 2017-12-22 14:38:49 +0800 |
commit | 340b49d75690ccdb3f36378c3e20e8e5c13a212a (patch) | |
tree | f9e965c86abbb2abb8b856bece29b8bc5e06bae6 /ci/deploy | |
parent | 27cb947c971bda2ee6ee39345250580ff75f7d7e (diff) |
Generate .ssh/known_hosts when making VM image
Change-Id: I3f72239d6c4db27f67d5586c45e46ed01fad281d
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'ci/deploy')
-rwxr-xr-x | ci/deploy/deploy.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/deploy/deploy.sh b/ci/deploy/deploy.sh index 283dad1e..4ea87b6b 100755 --- a/ci/deploy/deploy.sh +++ b/ci/deploy/deploy.sh @@ -437,11 +437,6 @@ function install_daisy() else echo "daisy install successfully" fi - - #TODO: Why need this? - echo "====== generate known_hosts file in daisy vm ======" - touch $WORKSPACE/known_hosts - scp $WORKSPACE/known_hosts root@$DAISY_IP:/root/.ssh/ } function config_daisy() |