mkinitcpio-tinyssh
mkinitcpio-tinyssh copied to clipboard
Fix tinyssh-convert usage
The current usage is broken: current tinyssh-convert expects $destdir not to exist and its usage is tinyssh $destdir < $opensshkeyfile. Moreover the fallback to generating new keys did not fire since $destdir already exists.
@grazzolini Can you have a look?
Maybe adding an error message in display_fingerprints in case keys are missing at that point would be beneficial.
LGTM so far. Could you add the error message and remove the draft flag?
LGTM so far. Could you add the error message and remove the draft flag?
Just added 294b419.
Implemented by #11