#415 Skip empty ssh keys
Merged by pingou. Opened by pingou.
skip_empty_key  into  master

Download 415.patch
no initial comment

Just curious why?
At this moment, you can easily correlate the lines in the profile/database with the on-disk structure, this would make it harder to do so.

This prevent having empty files for nothing while allowing to have in the DB a structure as such:

key 1
key2

Which will create 2 files instead of 4

Okay, fair enoug. +1

Metadata