<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div dir="auto">Hi,<br></div><div dir="auto"><br></div><div dir="auto">I want to connect a ssh server(which installed mosh) by a socks5/udp server.<br></div><div dir="auto"><br></div><div dir="auto"><b>I use ssh to connect server is ok:</b><br></div><div dir="auto">ssh -o 'ProxyCommand nc -x 127.0.0.1:1080 %h %p' root@server-ip<br></div><div dir="auto"><br></div><div dir="auto"><b>But mosh can not connect as 4 cmd:</b></div><div dir="auto">mosh --ssh="ssh -o ProxyCommand='nc -x 127.0.0.1:1080 %h %p'" root@server-ip<br></div><div dir="auto">mosh --ssh="ssh -o ProxyCommand='nc -x 127.0.0.1:1080 %h %p'" --experimental-remote-ip=proxy root@server-ip<br></div><div dir="auto">mosh --ssh="ssh -o ProxyCommand='nc -x 127.0.0.1:1080 %h %p'" -p 60001 root@server-ip<br></div><div dir="auto">mosh --ssh="ssh -o ProxyCommand='nc -x 127.0.0.1:1080 %h %p'" -p 60001 --experimental-remote-ip=proxy root@server-ip<br><b><br></b><b>I also make sure socks5 proxy support udp: test by socat and other tools.</b></div><div dir="auto"><b>I'm very sure proxy server support socks5/udp.</b></div><div dir="auto"><br></div> </body>
</html>