summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.511
1 files changed, 10 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index d98246aa4..52a8dff4c 100644
--- a/ssh_config.5
+++ b/ssh_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: ssh_config.5,v 1.51 2005/04/26 13:08:37 jakob Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.52 2005/05/20 10:50:55 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -621,6 +621,15 @@ Note that
621.Cm CheckHostIP 621.Cm CheckHostIP
622is not available for connects with a proxy command. 622is not available for connects with a proxy command.
623.Pp 623.Pp
624This directive is useful in conjunction with
625.Xr nc 1
626and its proxy support.
627For example, the following directive would connect via a HTTP proxy at
628192.0.2.0:
629.Bd -literal -offset 3n
630ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p
631.Ed
632.Pp
624.It Cm PubkeyAuthentication 633.It Cm PubkeyAuthentication
625Specifies whether to try public key authentication. 634Specifies whether to try public key authentication.
626The argument to this keyword must be 635The argument to this keyword must be