bugzilla-daemon at mindrot.org
2014-Jan-08 02:47 UTC
[Bug 2195] New: ssh-copy-id hangs when using shared connection
https://bugzilla.mindrot.org/show_bug.cgi?id=2195
Bug ID: 2195
Summary: ssh-copy-id hangs when using shared connection
Product: Portable OpenSSH
Version: 6.4p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-copy-id
Assignee: unassigned-bugs at mindrot.org
Reporter: catern at catern.com
If ControlPath is specified and ControlMaster is set to auto,
ssh-copy-id will hang permanently when trying to connect to a host for
which there is already an open connection.
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Dec-02 05:07 UTC
[Bug 2195] ssh-copy-id hangs when using shared connection
https://bugzilla.mindrot.org/show_bug.cgi?id=2195
versalismeisteralis at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |versalismeisteralis at gmail.c
| |om
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Dec-02 05:11 UTC
[Bug 2195] ssh-copy-id hangs when using shared connection
https://bugzilla.mindrot.org/show_bug.cgi?id=2195
versalismeisteralis at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|6.4p1 |6.7p1
--- Comment #1 from versalismeisteralis at gmail.com ---
Please see
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1342412
There is a fix (a new version of ssh-copy-id) in Ubuntu for this.
https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/openssh/saucy/view/head:/contrib/ssh-copy-id
Is it possible to fix this annoying (entering your password twice)
behavior?
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Dec-02 05:15 UTC
[Bug 2195] ssh-copy-id hangs when using shared connection
https://bugzilla.mindrot.org/show_bug.cgi?id=2195
--- Comment #2 from versalismeisteralis at gmail.com ---
If it is not possible to use the Ubuntu version, a quick fix would be
if [ -d ~/.ssh/sockets ] ; then
REMOTE_VERSION="generic"
else
REMOTE_VERSION=$(ssh -v -o PreferredAuthentications=','
"$@" 2>&1 |
sed -ne 's/.*remote software version //p')
fi
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-Apr-15 16:18 UTC
[Bug 2195] ssh-copy-id hangs when using shared connection
https://bugzilla.mindrot.org/show_bug.cgi?id=2195
Paul Tobias <tobias.pal at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tobias.pal at gmail.com
--- Comment #3 from Paul Tobias <tobias.pal at gmail.com> ---
*** Bug 2383 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Nov-28 14:00 UTC
[Bug 2195] ssh-copy-id hangs when using shared connection
https://bugzilla.mindrot.org/show_bug.cgi?id=2195
Philip Hands <phil at hands.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |phil at hands.com
Assignee|unassigned-bugs at mindrot.org |phil at hands.com
--
You are receiving this mail because:
You are watching the assignee of the bug.
Maybe Matching Threads
- [Bug 2284] New: ssh-copy-id option to replace one key with another key (or ssh-replace-id command)
- [Bug 2383] New: ssh-copy-id hangs when already connected with connection sharing
- [RFC] protocol version
- ssh-keyscan: xmalloc out of memory error
- [Bug 2118] New: ssh-copy-id hangs