- jmc@cvs.openbsd.org 2005/05/20 11:23:32

[ssh_config.5]
     oops - article and spacing;
This commit is contained in:
Damien Miller 2005-05-26 12:14:32 +10:00
parent ebcfedce85
commit dfec2941ac
2 changed files with 6 additions and 4 deletions

View File

@ -68,6 +68,9 @@
- djm@cvs.openbsd.org 2005/05/20 10:50:55 - djm@cvs.openbsd.org 2005/05/20 10:50:55
[ssh_config.5] [ssh_config.5]
give a ProxyCommand example using nc(1), with and ok jmc@ give a ProxyCommand example using nc(1), with and ok jmc@
- jmc@cvs.openbsd.org 2005/05/20 11:23:32
[ssh_config.5]
oops - article and spacing;
20050524 20050524
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
@ -2567,4 +2570,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3781 2005/05/26 02:13:56 djm Exp $ $Id: ChangeLog,v 1.3782 2005/05/26 02:14:32 djm Exp $

View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 .Dd September 25, 1999
.Dt SSH_CONFIG 5 .Dt SSH_CONFIG 5
.Os .Os
@ -624,12 +624,11 @@ is not available for connects with a proxy command.
This directive is useful in conjunction with This directive is useful in conjunction with
.Xr nc 1 .Xr nc 1
and its proxy support. 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: 192.0.2.0:
.Bd -literal -offset 3n .Bd -literal -offset 3n
ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p
.Ed .Ed
.Pp
.It Cm PubkeyAuthentication .It Cm PubkeyAuthentication
Specifies whether to try public key authentication. Specifies whether to try public key authentication.
The argument to this keyword must be The argument to this keyword must be