diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-09-24 18:38:57 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-09-24 18:38:57 -0700 |
commit | 90b6cfd005f5af90991fe93e5a08c8a8849e2a6d (patch) | |
tree | 87bd63ad6e5b814e61b1deba76cd5a4e01b2f3a3 /tools | |
parent | 0be941f74f54ecafcb628451f531b90f30723fbc (diff) | |
parent | 67e7d9c0280c3204cf503113d9dca769399eefc9 (diff) | |
download | vyos-cloud-init-90b6cfd005f5af90991fe93e5a08c8a8849e2a6d.tar.gz vyos-cloud-init-90b6cfd005f5af90991fe93e5a08c8a8849e2a6d.zip |
Update to bring inline with trunk/head.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/write-ssh-key-fingerprints | 3 |
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 |