prototypes: xci: xci-deploy: Do not use sudo when connecting to remote hosts
authorMarkos Chandras <mchandras@suse.de>
Wed, 10 May 2017 16:14:22 +0000 (17:14 +0100)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 19:56:12 +0000 (12:56 -0700)
commit29e06269bb1b9c40e1167845d128a03aacb78ea0
treea65f3af04bc7a192964b48ed28f20cb81961a448
parent9a6300f9dfba51b4b121885c3507ac55c046ec57
prototypes: xci: xci-deploy: Do not use sudo when connecting to remote hosts

In preparation for running xci-deploy as normal user, we do not need to
gain elevated privileges in order to connect to remote hosts. SSH keys
will be placed in user's ssh directory so we can ssh as normal user.

Change-Id: Ieb705515ec191955a646839e8f195d089df184bd
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/xci-deploy.sh