summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.55
1 files changed, 2 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 52a8dff4c..42eefa034 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.52 2005/05/20 10:50:55 djm Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.53 2005/05/20 11:23:32 jmc 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
@@ -624,12 +624,11 @@ is not available for connects with a proxy command.
624This directive is useful in conjunction with 624This directive is useful in conjunction with
625.Xr nc 1 625.Xr nc 1
626and its proxy support. 626and its proxy support.
627For example, the following directive would connect via a HTTP proxy at 627For example, the following directive would connect via an HTTP proxy at
628192.0.2.0: 628192.0.2.0:
629.Bd -literal -offset 3n 629.Bd -literal -offset 3n
630ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p 630ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p
631.Ed 631.Ed
632.Pp
633.It Cm PubkeyAuthentication 632.It Cm PubkeyAuthentication
634Specifies whether to try public key authentication. 633Specifies whether to try public key authentication.
635The argument to this keyword must be 634The argument to this keyword must be