Skip to Content [alt-c]

Comment

In reply to Comment by Anonymous

Reader Robert Irelan on 2022-08-25 at 23:22:

You can get around that with Bash process substitution:

``` $ ssh-keygen -Y sign -f <(ssh-add -L | grep YOUR_KEY) -n file foo.html Signing file foo.html Write signature to foo.html.sig ```

Reply

Post a Reply

Your comment will be public. To contact me privately, email me. Please keep your comment polite, on-topic, and comprehensible. Your comment may be held for moderation before being published.

(Optional; will be published)

(Optional; will not be published)

(Optional; will be published)

  • Blank lines separate paragraphs.
  • Lines starting with > are indented as block quotes.
  • Lines starting with two spaces are reproduced verbatim (good for code).
  • Text surrounded by *asterisks* is italicized.
  • Text surrounded by `back ticks` is monospaced.
  • URLs are turned into links.
  • Use the Preview button to check your formatting.