diff options
-rw-r--r-- | ssh_config.5 | 8 | ||||
-rw-r--r-- | sshd_config.5 | 10 |
2 files changed, 13 insertions, 5 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 22082049a..304811915 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh_config.5,v 1.206 2015/03/30 18:28:37 jmc Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.207 2015/04/28 10:17:58 dtucker Exp $ |
37 | .Dd $Mdocdate: March 30 2015 $ | 37 | .Dd $Mdocdate: April 28 2015 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -1333,6 +1333,10 @@ should be sent to the server. | |||
1333 | Note that environment passing is only supported for protocol 2. | 1333 | Note that environment passing is only supported for protocol 2. |
1334 | The server must also support it, and the server must be configured to | 1334 | The server must also support it, and the server must be configured to |
1335 | accept these environment variables. | 1335 | accept these environment variables. |
1336 | Note that the | ||
1337 | .Ev TERM | ||
1338 | enviroment variable is always sent whenever a | ||
1339 | pseudo-terminal is requested as it is required by the protocol. | ||
1336 | Refer to | 1340 | Refer to |
1337 | .Cm AcceptEnv | 1341 | .Cm AcceptEnv |
1338 | in | 1342 | in |
diff --git a/sshd_config.5 b/sshd_config.5 index d3148c2c9..9d7a8e807 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: sshd_config.5,v 1.196 2015/04/27 21:42:48 djm Exp $ | 36 | .\" $OpenBSD: sshd_config.5,v 1.197 2015/04/28 10:17:58 dtucker Exp $ |
37 | .Dd $Mdocdate: April 27 2015 $ | 37 | .Dd $Mdocdate: April 28 2015 $ |
38 | .Dt SSHD_CONFIG 5 | 38 | .Dt SSHD_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -70,7 +70,11 @@ See | |||
70 | in | 70 | in |
71 | .Xr ssh_config 5 | 71 | .Xr ssh_config 5 |
72 | for how to configure the client. | 72 | for how to configure the client. |
73 | Note that environment passing is only supported for protocol 2. | 73 | Note that environment passing is only supported for protocol 2, and |
74 | that the | ||
75 | .Ev TERM | ||
76 | enviroment variable is always sent whenever the client | ||
77 | requests apseudo-terminal is requested as it is required by the protocol. | ||
74 | Variables are specified by name, which may contain the wildcard characters | 78 | Variables are specified by name, which may contain the wildcard characters |
75 | .Ql * | 79 | .Ql * |
76 | and | 80 | and |