diff options
author | Damien Miller <djm@mindrot.org> | 2005-05-26 04:14:32 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-05-26 04:14:32 +0200 |
commit | dfec2941acfdcadb81adb149f452f0eece26625d (patch) | |
tree | d53bd6cacab834e54910a69b01d6f19dd4d2a4f7 /ssh_config.5 | |
parent | - djm@cvs.openbsd.org 2005/05/20 10:50:55 (diff) | |
download | openssh-dfec2941acfdcadb81adb149f452f0eece26625d.tar.xz openssh-dfec2941acfdcadb81adb149f452f0eece26625d.zip |
- jmc@cvs.openbsd.org 2005/05/20 11:23:32
[ssh_config.5]
oops - article and spacing;
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 5 |
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 @@ .\" (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 |