summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authordtucker <dtucker>2004-05-02 12:12:48 +0000
committerdtucker <dtucker>2004-05-02 12:12:48 +0000
commitd20fa2635228a1a9130c7ddc45a99bb68fb286f1 (patch)
treea470dc06354dd21740611af91305477fc812e50d /sshd_config.5
parente9cdbe5923e871dc16d5ec8a58705e200dacacf7 (diff)
downloadopenssh-d20fa2635228a1a9130c7ddc45a99bb68fb286f1.tar.gz
- 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 'sshd_config.5')
-rw-r--r--sshd_config.58
1 files changed, 4 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index b702e5ad..2ac0a5ff 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.30 2004/04/27 09:46:37 djm Exp $
+.\" $OpenBSD: sshd_config.5,v 1.31 2004/04/28 05:17:10 djm Exp $
.Dd September 25, 1999
.Dt SSHD_CONFIG 5
.Os
@@ -70,16 +70,16 @@ See
in
.Xr ssh_config 5
for how to configure the client.
-Note that environment passingis only supported for protocol 2.
+Note that environment passing is only supported for protocol 2.
Variables are specified by name, which may contain the wildcard characters
.Ql \&*
and
.Ql \&? .
-Multiple environment variables may be seperated by whitespace or spread
+Multiple environment variables may be separated by whitespace or spread
across multiple
.Cm AcceptEnv
directives.
-Be warned that some enviornment variables could be used to bypass restricted
+Be warned that some environment variables could be used to bypass restricted
user environments.
For this reason, care should be taken in the use of this directive.
The default is not to accept any environment variables.