sftp-server: implement limits@openssh.com extension
authordjm <djm@openbsd.org>
Thu, 18 Feb 2021 00:30:17 +0000 (00:30 +0000)
committerdjm <djm@openbsd.org>
Thu, 18 Feb 2021 00:30:17 +0000 (00:30 +0000)
commit029b49a021ec98dc51059ea4165f507a23ffbbde
tree910703e7566638112364e86dd6feb4d46bb94ac5
parenteb366b01e32c71c1982b72dd0c5c7b098ddfa363
sftp-server: implement limits@openssh.com extension

This is a simple extension that allows the server to clearly
communicate transfer limits it is imposing so the client doesn't
have to guess, or force the user to manually tune.  This is
particularly useful when an attempt to use too large of a value
causes the server to abort the connection.

Patch from Mike Frysinger; ok dtucker@
usr.bin/ssh/PROTOCOL
usr.bin/ssh/sftp-server.c