From 08c6e55231de2d9204153f85a377a5e5c68a46c9 Mon Sep 17 00:00:00 2001 From: Alex Polvi Date: Mon, 14 Oct 2013 12:06:42 -0700 Subject: [PATCH] fix ssh handling --- .../coreos-overlay/coreos-base/oem-rackspace/files/ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-rackspace/files/ssh.sh b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-rackspace/files/ssh.sh index 9b933bf194..518c39fad7 100755 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-rackspace/files/ssh.sh +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-rackspace/files/ssh.sh @@ -7,4 +7,4 @@ while [ ! -e ${SSH_CONF} ]; do sleep .1 done -/bin/grep ssh- ${SSH_CONF} | /usr/bin/update-ssh-keys -u core +/usr/bin/update-ssh-keys -a nova-agent /usr/share/oem/nova-agent/root/.ssh/authorized_keys