projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8920bb
)
fix tab indent
author
Andy Witter
<awitter@georgialibraries.org>
Wed, 13 Jan 2016 21:34:37 +0000
(16:34 -0500)
committer
Andy Witter
<awitter@georgialibraries.org>
Wed, 13 Jan 2016 21:34:37 +0000
(16:34 -0500)
templates/setup_sshkeys.sh
patch
|
blob
|
history
diff --git
a/templates/setup_sshkeys.sh
b/templates/setup_sshkeys.sh
index
bdb2316
..
0200953
100755
(executable)
--- a/
templates/setup_sshkeys.sh
+++ b/
templates/setup_sshkeys.sh
@@
-42,7
+42,7
@@
if cat /etc/passwd |grep -q opensrf
echo
#su - opensrf -c "ssh-copy-id -i $PUB_KEY opensrf@$NODE"
ssh-copy-id -i $PUB_KEY opensrf@$NODE -o StrictHostKeyChecking=no
-
su - opensrf -c "ssh gsdev-brick01-head -o StrictHostKeyChecking=no -C 'echo $NODE OK'"
+ su - opensrf -c "ssh gsdev-brick01-head -o StrictHostKeyChecking=no -C 'echo $NODE OK'"
done
else
echo "user opensrf does not exist create the user"