Displaying 1 result from an estimated 1 matches for "rufflewind".
2020 May 03
4
[Bug 3158] New: ssh-copy-id raises "expr: syntax error" when double-hyphen is passed ("--")
...ot;)
           Product: Portable OpenSSH
           Version: 8.2p1
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: ssh-copy-id
          Assignee: unassigned-bugs at mindrot.org
          Reporter: rf at rufflewind.com
Assuming an identity file exists at ~/.ssh/id_rsa.pub, the following
command, which adds a preventative double-dash ("--"):
    ssh-copy-id -i ~/.ssh/id_rsa.pub -- remote-server
will result in the following error:
    expr: syntax error: unexpected argument ?[-]i?
The error is no...