search for: fmtarg

Displaying 1 result from an estimated 1 matches for "fmtarg".

Did you mean: amtar
2020 Apr 25
2
[PATCH 1/3] Add private key protection information extraction to ssh-keygen
...es like ssh-ed25519 and *@openssh.com are never +?? ??? ??? ??? ?# stored in old formats. +?? ??? ??? ??? ?case "$t" in +?? ??? ??? ??? ?ssh-ed25519|*openssh.com) test -z "$oldfmt" || continue ;; +?? ??? ??? ??? ?esac +?? ??? ??? ??? ?comment="foo bar" +?? ??? ??? ??? ?fmtarg="" +?? ??? ??? ??? ?test -z "$fmt" || fmtarg="-m $fmt" +?? ??? ??? ??? ?test "$rounds" = "0" || roundarg="-a $rounds" +?? ??? ??? ??? ?${SSHKEYGEN} $fmtarg $roundarg -N "${secret}" -C "${comment}" \ +?? ??? ??? ??? ????...