Displaying 1 result from an estimated 1 matches for "karoshism".
Did you mean:
  karoshi
  
2013 Jun 05
3
[Bug 2118] New: ssh-copy-id hangs
...Product: Portable OpenSSH
           Version: 6.2p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Miscellaneous
          Assignee: unassigned-bugs at mindrot.org
          Reporter: karoshism at mailinator.com
When running ssh-copy-id, it executes
REMOTE_VERSION=$(ssh -v -o PreferredAuthentications=',' "$@" 2>&1 |
                 sed -ne 's/.*remote software version //p')
Now this hangs for me, as it produces an endless loop like
# ssh -v -o Preferr...