- 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)
This commit is contained in:
parent
46bc075474
commit
1e0c9bf9fb
|
@ -9,6 +9,9 @@
|
||||||
ssh_config.5 sshd_config.5]
|
ssh_config.5 sshd_config.5]
|
||||||
bz #815: implement ability to pass specified environment variables from
|
bz #815: implement ability to pass specified environment variables from
|
||||||
the client to the server; ok markus@
|
the client to the server; ok markus@
|
||||||
|
- 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)
|
||||||
|
|
||||||
20040423
|
20040423
|
||||||
- (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno
|
- (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno
|
||||||
|
@ -1050,4 +1053,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3334 2004/05/02 12:11:30 dtucker Exp $
|
$Id: ChangeLog,v 1.3335 2004/05/02 12:12:48 dtucker Exp $
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh_config.5,v 1.32 2004/04/27 09:46:37 djm Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.33 2004/04/28 05:17:10 djm Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
|
@ -575,8 +575,8 @@ Specifies what variables from the local
|
||||||
.Xr environ 7
|
.Xr environ 7
|
||||||
should be sent to the server.
|
should be sent to the server.
|
||||||
Note that environment passing is only supported for protocol 2, the
|
Note that environment passing is only supported for protocol 2, the
|
||||||
server must also support it and must be configured to accept these
|
server must also support it, and the server must be configured to
|
||||||
enviornment variables.
|
accept these environment variables.
|
||||||
Refer to
|
Refer to
|
||||||
.Cm AcceptEnv
|
.Cm AcceptEnv
|
||||||
in
|
in
|
||||||
|
@ -586,7 +586,7 @@ Variables are specified by name, which may contain the wildcard characters
|
||||||
.Ql \&*
|
.Ql \&*
|
||||||
and
|
and
|
||||||
.Ql \&? .
|
.Ql \&? .
|
||||||
Multiple environment variables may be seperated by whitespace or spread
|
Multiple environment variables may be separated by whitespace or spread
|
||||||
across multiple
|
across multiple
|
||||||
.Cm SendEnv
|
.Cm SendEnv
|
||||||
directives.
|
directives.
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" 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
|
.Dd September 25, 1999
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
|
@ -70,16 +70,16 @@ See
|
||||||
in
|
in
|
||||||
.Xr ssh_config 5
|
.Xr ssh_config 5
|
||||||
for how to configure the client.
|
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
|
Variables are specified by name, which may contain the wildcard characters
|
||||||
.Ql \&*
|
.Ql \&*
|
||||||
and
|
and
|
||||||
.Ql \&? .
|
.Ql \&? .
|
||||||
Multiple environment variables may be seperated by whitespace or spread
|
Multiple environment variables may be separated by whitespace or spread
|
||||||
across multiple
|
across multiple
|
||||||
.Cm AcceptEnv
|
.Cm AcceptEnv
|
||||||
directives.
|
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.
|
user environments.
|
||||||
For this reason, care should be taken in the use of this directive.
|
For this reason, care should be taken in the use of this directive.
|
||||||
The default is not to accept any environment variables.
|
The default is not to accept any environment variables.
|
||||||
|
|
Loading…
Reference in New Issue