yo61.com Open Source System Deployment & Administration in the wilds of North Yorkshire

11Nov/090

Pre-generate sshd certificates

I use puppet to distribute my sshd configuration, including pre-generated ssh certificates.

Here's how I bulk create certificates for a bunch of new nodes named b001-b034:

for n in $(seq -w 1 34); do
    ssh-keygen -q -t rsa -f b0$n -C '' -N ''
done
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.