X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Finfra_setup%2Fpasswordless_SSH%2Fset_passwordless_ssh.sh;h=7968c22022fc26fd50e21cae67203a41dfd7732f;hb=a95efba23c2021a166abccea3b2c015be0d30d25;hp=cbca6b20d4147308367c1fe348dd919e28304575;hpb=4ec98668c20b7337dbba40aad52dc3b6c6c9cd68;p=bottlenecks.git diff --git a/utils/infra_setup/passwordless_SSH/set_passwordless_ssh.sh b/utils/infra_setup/passwordless_SSH/set_passwordless_ssh.sh index cbca6b20..7968c220 100755 --- a/utils/infra_setup/passwordless_SSH/set_passwordless_ssh.sh +++ b/utils/infra_setup/passwordless_SSH/set_passwordless_ssh.sh @@ -1,4 +1,12 @@ #! /bin/bash +############################################################################## +# Copyright (c) 2015 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## #this script is copied from https://github.com/guioconnor/Passwordless-SSH. #the Bottlenecks project needs to set the machines login each other passwordless, this script is appropriate.