mirror of git://anongit.mindrot.org/openssh.git
- jmc@cvs.openbsd.org 2013/08/20 06:56:07
[ssh.1 ssh_config.5] some proxyusefdpass tweaks;
This commit is contained in:
parent
1262b6638f
commit
f2f6c315a9
|
@ -58,6 +58,9 @@
|
||||||
rather than have to shuffle data back and forth and enables ssh to use
|
rather than have to shuffle data back and forth and enables ssh to use
|
||||||
getpeername, etc. to obtain address information just like it does with
|
getpeername, etc. to obtain address information just like it does with
|
||||||
regular directly-connected sockets. ok markus@
|
regular directly-connected sockets. ok markus@
|
||||||
|
- jmc@cvs.openbsd.org 2013/08/20 06:56:07
|
||||||
|
[ssh.1 ssh_config.5]
|
||||||
|
some proxyusefdpass tweaks;
|
||||||
|
|
||||||
20130808
|
20130808
|
||||||
- (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt
|
- (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt
|
||||||
|
|
5
ssh.1
5
ssh.1
|
@ -33,8 +33,8 @@
|
||||||
.\" (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.1,v 1.335 2013/08/14 08:39:27 jmc Exp $
|
.\" $OpenBSD: ssh.1,v 1.336 2013/08/20 06:56:07 jmc Exp $
|
||||||
.Dd $Mdocdate: August 14 2013 $
|
.Dd $Mdocdate: August 20 2013 $
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -465,6 +465,7 @@ For full details of the options listed below, and their possible values, see
|
||||||
.It PreferredAuthentications
|
.It PreferredAuthentications
|
||||||
.It Protocol
|
.It Protocol
|
||||||
.It ProxyCommand
|
.It ProxyCommand
|
||||||
|
.It ProxyUseFdpass
|
||||||
.It PubkeyAuthentication
|
.It PubkeyAuthentication
|
||||||
.It RekeyLimit
|
.It RekeyLimit
|
||||||
.It RemoteForward
|
.It RemoteForward
|
||||||
|
|
|
@ -33,7 +33,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.167 2013/08/20 00:11:38 djm Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.168 2013/08/20 06:56:07 jmc Exp $
|
||||||
.Dd $Mdocdate: August 20 2013 $
|
.Dd $Mdocdate: August 20 2013 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
|
@ -938,10 +938,10 @@ For example, the following directive would connect via an HTTP proxy at
|
||||||
ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p
|
ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p
|
||||||
.Ed
|
.Ed
|
||||||
.It Cm ProxyUseFdpass
|
.It Cm ProxyUseFdpass
|
||||||
Specifies that the a
|
Specifies that
|
||||||
.Cm ProxyCommand
|
.Cm ProxyCommand
|
||||||
will pass a connected file descriptor back to
|
will pass a connected file descriptor back to
|
||||||
.Nm ssh
|
.Xr ssh 1
|
||||||
instead of continuing to execute and pass data.
|
instead of continuing to execute and pass data.
|
||||||
The default is
|
The default is
|
||||||
.Dq no .
|
.Dq no .
|
||||||
|
|
Loading…
Reference in New Issue