summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.523
1 files changed, 22 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index df479c63a..fbe8c657d 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.31 2004/04/19 16:12:14 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.32 2004/04/27 09:46:37 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
@@ -570,6 +570,27 @@ running.
570The default is 570The default is
571.Dq yes . 571.Dq yes .
572Note that this option applies to protocol version 1 only. 572Note that this option applies to protocol version 1 only.
573.It Cm SendEnv
574Specifies what variables from the local
575.Xr environ 7
576should be sent to the server.
577Note that environment passing is only supported for protocol 2, the
578server must also support it and must be configured to accept these
579enviornment variables.
580Refer to
581.Cm AcceptEnv
582in
583.Xr sshd_config 5
584for how to configure the server.
585Variables are specified by name, which may contain the wildcard characters
586.Ql \&*
587and
588.Ql \&? .
589Multiple environment variables may be seperated by whitespace or spread
590across multiple
591.Cm SendEnv
592directives.
593The default is not to send any environment variables.
573.It Cm ServerAliveInterval 594.It Cm ServerAliveInterval
574Sets a timeout interval in seconds after which if no data has been received 595Sets a timeout interval in seconds after which if no data has been received
575from the server, 596from the server,