https://bugzilla.mindrot.org/show_bug.cgi?id=2195

--- Comment #2 from [email protected] ---
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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to