parent
3f166dfcb5
commit
79a7acfebd
|
@ -5,6 +5,9 @@
|
||||||
Make it clear that the example entries in ssh_config are only some of the
|
Make it clear that the example entries in ssh_config are only some of the
|
||||||
commonly-used options and refer the user to ssh_config(5) for more
|
commonly-used options and refer the user to ssh_config(5) for more
|
||||||
details; ok djm@
|
details; ok djm@
|
||||||
|
- jmc@cvs.openbsd.org 2005/01/28 15:05:43
|
||||||
|
[ssh_config.5]
|
||||||
|
grammar;
|
||||||
|
|
||||||
20050208
|
20050208
|
||||||
- (dtucker) [regress/test-exec.sh] Bug #912: Set _POSIX2_VERSION for the
|
- (dtucker) [regress/test-exec.sh] Bug #912: Set _POSIX2_VERSION for the
|
||||||
|
@ -2094,4 +2097,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.3640 2005/02/08 22:46:47 dtucker Exp $
|
$Id: ChangeLog,v 1.3641 2005/02/08 22:48:57 dtucker Exp $
|
||||||
|
|
|
@ -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.39 2004/10/07 10:10:24 djm Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.40 2005/01/28 15:05:43 jmc Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
|
@ -120,9 +120,9 @@ Specifies which address family to use when connecting.
|
||||||
Valid arguments are
|
Valid arguments are
|
||||||
.Dq any ,
|
.Dq any ,
|
||||||
.Dq inet
|
.Dq inet
|
||||||
(Use IPv4 only) or
|
(use IPv4 only) or
|
||||||
.Dq inet6
|
.Dq inet6
|
||||||
(Use IPv6 only.)
|
(use IPv6 only).
|
||||||
.It Cm BatchMode
|
.It Cm BatchMode
|
||||||
If set to
|
If set to
|
||||||
.Dq yes ,
|
.Dq yes ,
|
||||||
|
|
Loading…
Reference in New Issue