diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index e15a225f2..b702e5ad4 100644 --- a/sshd_config.5 +++ b/sshd_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: sshd_config.5,v 1.29 2004/03/08 10:18:57 dtucker Exp $ | 37 | .\" $OpenBSD: sshd_config.5,v 1.30 2004/04/27 09:46:37 djm Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD_CONFIG 5 | 39 | .Dt SSHD_CONFIG 5 |
40 | .Os | 40 | .Os |
@@ -61,6 +61,29 @@ The possible | |||
61 | keywords and their meanings are as follows (note that | 61 | keywords and their meanings are as follows (note that |
62 | keywords are case-insensitive and arguments are case-sensitive): | 62 | keywords are case-insensitive and arguments are case-sensitive): |
63 | .Bl -tag -width Ds | 63 | .Bl -tag -width Ds |
64 | .It Cm AcceptEnv | ||
65 | Specifies what environment variables sent by the client will be copied into | ||
66 | the session's | ||
67 | .Xr environ 7 . | ||
68 | See | ||
69 | .Cm SendEnv | ||
70 | in | ||
71 | .Xr ssh_config 5 | ||
72 | for how to configure the client. | ||
73 | Note that environment passingis only supported for protocol 2. | ||
74 | Variables are specified by name, which may contain the wildcard characters | ||
75 | .Ql \&* | ||
76 | and | ||
77 | .Ql \&? . | ||
78 | Multiple environment variables may be seperated by whitespace or spread | ||
79 | across multiple | ||
80 | .Cm AcceptEnv | ||
81 | directives. | ||
82 | Be warned that some enviornment variables could be used to bypass restricted | ||
83 | user environments. | ||
84 | For this reason, care should be taken in the use of this directive. | ||
85 | The default is not to accept any environment variables. | ||
86 | .Pp | ||
64 | .It Cm AllowGroups | 87 | .It Cm AllowGroups |
65 | This keyword can be followed by a list of group name patterns, separated | 88 | This keyword can be followed by a list of group name patterns, separated |
66 | by spaces. | 89 | by spaces. |