From c99d87b0819d7a10b84b371a5f21b75b447f9493 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 23 Jun 2016 16:46:18 -0300 Subject: Change ssh_authorized_key key --- share/hydra/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/hydra/compile b/share/hydra/compile index 9bd6552..9439f53 100755 --- a/share/hydra/compile +++ b/share/hydra/compile @@ -39,7 +39,7 @@ for node in $NODES; do # SSH public keys if [ -e "$KEYS/$node/ssh/id_rsa.pub.asc" ]; then echo "Adding SSH public key for $node..." - key="compiled::ssh::key::$node" + key="ssh_authorized_key::$node" value="$(keyringer $HYDRA decrypt nodes/$node/ssh/id_rsa.pub 2> /dev/null | cut -d ' ' -f 2)" echo "$key: '$value'" >> $CONFIG fi -- cgit v1.2.3