summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-09-24 18:38:57 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-09-24 18:38:57 -0700
commit90b6cfd005f5af90991fe93e5a08c8a8849e2a6d (patch)
tree87bd63ad6e5b814e61b1deba76cd5a4e01b2f3a3 /tools
parent0be941f74f54ecafcb628451f531b90f30723fbc (diff)
parent67e7d9c0280c3204cf503113d9dca769399eefc9 (diff)
downloadvyos-cloud-init-90b6cfd005f5af90991fe93e5a08c8a8849e2a6d.tar.gz
vyos-cloud-init-90b6cfd005f5af90991fe93e5a08c8a8849e2a6d.zip
Update to bring inline with trunk/head.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/write-ssh-key-fingerprints3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/write-ssh-key-fingerprints b/tools/write-ssh-key-fingerprints
index 5723c989..aa1f3c38 100755
--- a/tools/write-ssh-key-fingerprints
+++ b/tools/write-ssh-key-fingerprints
@@ -1,4 +1,5 @@
#!/bin/sh
+exec 2>&1
fp_blist=",${1},"
key_blist=",${2},"
{
@@ -15,7 +16,7 @@ done
echo "-----END SSH HOST KEY FINGERPRINTS-----"
echo "#############################################################"
-} | logger -p user.info -s -t "ec2"
+} | logger -p user.info --stderr -t "ec2"
echo -----BEGIN SSH HOST KEY KEYS-----
for f in /etc/ssh/ssh_host_*key.pub; do