[Bug 3271] Interface to send commands to the server side ssh

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Mar 8 23:57:17 AEDT 2021


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

Marcos Dione <mdione at grulic.org.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #7 from Marcos Dione <mdione at grulic.org.ar> ---
13:50 $ ssh -v -oControlMaster=yes -R/tmp/sock:/tmp/sock uk-janderson
OpenSSH_8.3p1 Ubuntu-1, OpenSSL 1.1.1f  31 Mar 2020
[...]
debug1: Remote connections from /tmp/sock:-2 forwarded to local address
/tmp/sock:-2
[...]
debug1: remote forward success for: listen /tmp/sock:-2, connect
/tmp/sock:-2


mdione at uk-janderson:~$ ssh -oControlPath=/tmp/sock -O forward -L
1234:127.0.0.1:22 localhost
debug1: client_input_channel_open: ctype
forwarded-streamlocal at openssh.com rchan 2 win 2097152 max 32768
debug1: client_request_forwarded_streamlocal: request: /tmp/sock
debug1: connect_next: host /tmp/sock ([unix]:/tmp/sock): No such file
or directory
connect to /tmp/sock port -2 failed: No such file or directory
debug1: failure forwarded-streamlocal at openssh.com
muxclient: master hello exchange failed

So I guess my cliente/server mix do not interoperate? Where can i read
about the mux protocol changes? I can't find anything on Debian's
changelog or News files, and there doesn't seems to be a changelog on
your side?

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list