summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.512
1 files changed, 10 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 5d76c6d2d..e89d694c7 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.166 2013/06/27 14:05:37 jmc Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.167 2013/08/20 00:11:38 djm Exp $
37.Dd $Mdocdate: June 27 2013 $ 37.Dd $Mdocdate: August 20 2013 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -937,6 +937,14 @@ For example, the following directive would connect via an HTTP proxy at
937.Bd -literal -offset 3n 937.Bd -literal -offset 3n
938ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p 938ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p
939.Ed 939.Ed
940.It Cm ProxyUseFdpass
941Specifies that the a
942.Cm ProxyCommand
943will pass a connected file descriptor back to
944.Nm ssh
945instead of continuing to execute and pass data.
946The default is
947.Dq no .
940.It Cm PubkeyAuthentication 948.It Cm PubkeyAuthentication
941Specifies whether to try public key authentication. 949Specifies whether to try public key authentication.
942The argument to this keyword must be 950The argument to this keyword must be