summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.58
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
576should be sent to the server. 576should be sent to the server.
577Note that environment passing is only supported for protocol 2, the 577Note that environment passing is only supported for protocol 2, the
578server must also support it and must be configured to accept these 578server must also support it, and the server must be configured to
579enviornment variables. 579accept these environment variables.
580Refer to 580Refer to
581.Cm AcceptEnv 581.Cm AcceptEnv
582in 582in
@@ -586,7 +586,7 @@ Variables are specified by name, which may contain the wildcard characters
586.Ql \&* 586.Ql \&*
587and 587and
588.Ql \&? . 588.Ql \&? .
589Multiple environment variables may be seperated by whitespace or spread 589Multiple environment variables may be separated by whitespace or spread
590across multiple 590across multiple
591.Cm SendEnv 591.Cm SendEnv
592directives. 592directives.