diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-05-20 11:23:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-05-20 11:23:33 +0000 |
commit | 03a50fea79f1b5c25a9a23637ae6e3b17c05c3ba (patch) | |
tree | bc23471bdffdb6e6099a705866f9c7d9f2e75c1f | |
parent | 8fa1db0817ccdff7f69ad2fe2fcfd904f29ec6c1 (diff) |
oops - article and spacing;
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 52a8dff4c6b..42eefa03422 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.52 2005/05/20 10:50:55 djm Exp $ +.\" $OpenBSD: ssh_config.5,v 1.53 2005/05/20 11:23:32 jmc Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -624,12 +624,11 @@ is not available for connects with a proxy command. This directive is useful in conjunction with .Xr nc 1 and its proxy support. -For example, the following directive would connect via a HTTP proxy at +For example, the following directive would connect via an HTTP proxy at 192.0.2.0: .Bd -literal -offset 3n ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p .Ed -.Pp .It Cm PubkeyAuthentication Specifies whether to try public key authentication. The argument to this keyword must be |