From 7082bb58a2eb878d23ec674587c742e5e9673c36 Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Sat, 9 Jun 2018 03:01:12 +0000 Subject: upstream: add a SetEnv directive to ssh_config that allows setting environment variables for the remote session (subject to the server accepting them) refactor SendEnv to remove the arbitrary limit of variable names. ok markus@ OpenBSD-Commit-ID: cfbb00d9b0e10c1ffff1d83424351fd961d1f2be --- ssh.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ssh.1') diff --git a/ssh.1 b/ssh.1 index 40034463..65f4e396 100644 --- a/ssh.1 +++ b/ssh.1 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.393 2018/05/11 04:01:11 djm Exp $ -.Dd $Mdocdate: May 11 2018 $ +.\" $OpenBSD: ssh.1,v 1.394 2018/06/09 03:01:12 djm Exp $ +.Dd $Mdocdate: June 9 2018 $ .Dt SSH 1 .Os .Sh NAME @@ -525,6 +525,7 @@ For full details of the options listed below, and their possible values, see .It RemoteForward .It RequestTTY .It SendEnv +.It SetEnv .It ServerAliveInterval .It ServerAliveCountMax .It StreamLocalBindMask -- cgit v1.2.1