stevenshiau / drbl

Diskless Remote Boot in Linux.
GNU General Public License v2.0
64 stars 24 forks source link

Ubuntu 18.04 client SSH key generation should be in parallel #16

Closed paulpas closed 5 years ago

paulpas commented 5 years ago

It looks like the SSH key generation on a drblpush is done one by one. On systems with large subnets assigned, this can take a considerable amount of time. I would really like to see the key generation run in parallel.

parallel -j 32 cat /dev/zero | ssh-keygen -q -t rsa -N '' {}