Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Works. Weirdly enough ssh has the same documented requirement, but it does accept a trailing -i identity_file option. Commented Feb 23, 2021 at 16:40
  • 2
    So it does, as long as you don’t specify a command! I can see how that would be confusing... Commented Feb 23, 2021 at 16:46
  • Personally, I blame the GNU people for this one. Most GNU tools just let you do that, even though POSIX is pretty explicit about putting options before operands. Commented Feb 24, 2021 at 1:58