diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-05-04 18:36:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-05-04 18:36:08 +0000 |
commit | 279b12026e366e757ebfba8bfd714cf08f03f4b7 (patch) | |
tree | 856bdaea54d99b9c28a154e916a96734c4daed19 | |
parent | 0162323249d08350390f94f368368d6bbef628da (diff) |
SendEnv here too;
-rw-r--r-- | usr.bin/ssh/scp.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index 62e08ffae83..202ebaadb24 100644 --- a/usr.bin/ssh/scp.1 +++ b/usr.bin/ssh/scp.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.34 2004/05/02 23:17:51 dtucker Exp $ +.\" $OpenBSD: scp.1,v 1.35 2004/05/04 18:36:07 jmc Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -150,6 +150,7 @@ For full details of the options listed below, and their possible values, see .It PubkeyAuthentication .It RhostsRSAAuthentication .It RSAAuthentication +.It SendEnv .It ServerAliveInterval .It ServerAliveCountMax .It SmartcardDevice |