mkinitcpio-tinyssh icon indicating copy to clipboard operation
mkinitcpio-tinyssh copied to clipboard

Fix tinyssh-convert usage

Open make-github-pseudonymous-again opened this issue 4 years ago • 4 comments

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?

hashworks avatar Nov 25 '21 19:11 hashworks

LGTM so far. Could you add the error message and remove the draft flag?

Just added 294b419.

Implemented by #11

grazzolini avatar Nov 14 '24 18:11 grazzolini