[Bug 2195] ssh-copy-id hangs when using shared connection

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Dec 2 16:15:39 EST 2014


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.


More information about the openssh-bugs mailing list