- jmc@cvs.openbsd.org 2003/11/12 20:14:51
[ssh_config.5] make verb agree with subject, and kill some whitespace;
This commit is contained in:
parent
150b55745b
commit
fe44847cb8
|
@ -34,6 +34,9 @@
|
||||||
- jakob@cvs.openbsd.org 2003/11/12 16:39:58
|
- jakob@cvs.openbsd.org 2003/11/12 16:39:58
|
||||||
[dns.c dns.h readconf.c ssh_config.5 sshconnect.c]
|
[dns.c dns.h readconf.c ssh_config.5 sshconnect.c]
|
||||||
update SSHFP validation. ok markus@
|
update SSHFP validation. ok markus@
|
||||||
|
- jmc@cvs.openbsd.org 2003/11/12 20:14:51
|
||||||
|
[ssh_config.5]
|
||||||
|
make verb agree with subject, and kill some whitespace;
|
||||||
|
|
||||||
20031115
|
20031115
|
||||||
- (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and
|
- (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and
|
||||||
|
@ -1454,4 +1457,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3106 2003/11/17 10:19:29 djm Exp $
|
$Id: ChangeLog,v 1.3107 2003/11/17 10:19:49 djm 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.24 2003/11/12 16:39:58 jakob Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.25 2003/11/12 20:14:51 jmc Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
|
@ -644,7 +644,7 @@ Specifies whether to verify the remote key using DNS and SSHFP resource
|
||||||
records.
|
records.
|
||||||
If this option is set to
|
If this option is set to
|
||||||
.Dq yes ,
|
.Dq yes ,
|
||||||
the client will implicitly trust keys that matches a secure fingerprint
|
the client will implicitly trust keys that match a secure fingerprint
|
||||||
from DNS.
|
from DNS.
|
||||||
Insecure fingerprints will be handled as if this option was set to
|
Insecure fingerprints will be handled as if this option was set to
|
||||||
.Dq ask .
|
.Dq ask .
|
||||||
|
@ -658,7 +658,7 @@ The argument must be
|
||||||
.Dq yes ,
|
.Dq yes ,
|
||||||
.Dq no
|
.Dq no
|
||||||
or
|
or
|
||||||
.Dq ask .
|
.Dq ask .
|
||||||
The default is
|
The default is
|
||||||
.Dq no .
|
.Dq no .
|
||||||
Note that this option applies to protocol version 2 only.
|
Note that this option applies to protocol version 2 only.
|
||||||
|
|
Loading…
Reference in New Issue