Date: Mon, 29 Feb 2016 08:10:00 -0800 From: Chris Stankevitz <chris@stankevitz.com> To: "freebsd-net@freebsd.org" <freebsd-net@freebsd.org> Subject: sshd TcpRcvBuf Message-ID: <56D46D58.6080708@stankevitz.com>
index | next in thread | raw e-mail
Hello,
The ssh TcpRcvBuf option [1] works well when running an ssh client to
indicate that the ssh client should have a large TCP receive buffer.
This is a good workaround until bug 206716 [2] is fixed for people who
want their ssh client to receive a lot of data.
I have an ssh server that wants to received a lot of data.
Question: how do I set TcpRcvBuf on the ssh server? It's undocumented
so I guessed. Neither sshd_config ("TcbRcvBuf=8192") nor sshd_flags
("-oTcpRcvBuf=8192") worked.
Thank you,
Chris
[1] ssh -oTcpRcvBuf=8192 user@host
[2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206716
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56D46D58.6080708>
