diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-05-02 22:12:48 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-05-02 22:12:48 +1000 |
commit | 1e0c9bf9fb22054f8815c6e6f6e6bc9aec94758b (patch) | |
tree | f8c6aa65fd5bf21f398af6edb947b948ff3e8a49 /ssh_config.5 | |
parent | 46bc075474211c711b102f6278783bb68d7530a8 (diff) |
- djm@cvs.openbsd.org 2004/04/28 05:17:10
[ssh_config.5 sshd_config.5]
manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu)
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index fbe8c657d..5915c98d0 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh_config.5,v 1.32 2004/04/27 09:46:37 djm Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.33 2004/04/28 05:17:10 djm Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
@@ -575,8 +575,8 @@ Specifies what variables from the local | |||
575 | .Xr environ 7 | 575 | .Xr environ 7 |
576 | should be sent to the server. | 576 | should be sent to the server. |
577 | Note that environment passing is only supported for protocol 2, the | 577 | Note that environment passing is only supported for protocol 2, the |
578 | server must also support it and must be configured to accept these | 578 | server must also support it, and the server must be configured to |
579 | enviornment variables. | 579 | accept these environment variables. |
580 | Refer to | 580 | Refer to |
581 | .Cm AcceptEnv | 581 | .Cm AcceptEnv |
582 | in | 582 | in |
@@ -586,7 +586,7 @@ Variables are specified by name, which may contain the wildcard characters | |||
586 | .Ql \&* | 586 | .Ql \&* |
587 | and | 587 | and |
588 | .Ql \&? . | 588 | .Ql \&? . |
589 | Multiple environment variables may be seperated by whitespace or spread | 589 | Multiple environment variables may be separated by whitespace or spread |
590 | across multiple | 590 | across multiple |
591 | .Cm SendEnv | 591 | .Cm SendEnv |
592 | directives. | 592 | directives. |