[ssh_config.5]
     VerifyHostKeyDNS is v2 only. ok markus@
This commit is contained in:
Damien Miller 2003-06-02 19:10:41 +10:00
parent 61d3680aca
commit eacbb4fcc1
2 changed files with 6 additions and 2 deletions

View File

@ -15,6 +15,9 @@
- deraadt@cvs.openbsd.org 2003/05/29 16:58:45 - deraadt@cvs.openbsd.org 2003/05/29 16:58:45
[sshd.c uidswap.c] [sshd.c uidswap.c]
seteuid and setegid; markus ok seteuid and setegid; markus ok
- jakob@cvs.openbsd.org 2003/06/02 08:31:10
[ssh_config.5]
VerifyHostKeyDNS is v2 only. ok markus@
20030530 20030530
- (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
@ -1641,4 +1644,4 @@
save auth method before monitor_reset_key_state(); bugzilla bug #284; save auth method before monitor_reset_key_state(); bugzilla bug #284;
ok provos@ ok provos@
$Id: ChangeLog,v 1.2762 2003/06/02 09:09:48 djm Exp $ $Id: ChangeLog,v 1.2763 2003/06/02 09:10:41 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.11 2003/05/20 12:09:32 jmc Exp $ .\" $OpenBSD: ssh_config.5,v 1.12 2003/06/02 08:31:10 jakob Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH_CONFIG 5 .Dt SSH_CONFIG 5
.Os .Os
@ -638,6 +638,7 @@ Specifies whether to verify the remote key using DNS and SSHFP resource
records. records.
The default is The default is
.Dq no . .Dq no .
Note that this option applies to protocol version 2 only.
.It Cm XAuthLocation .It Cm XAuthLocation
Specifies the full pathname of the Specifies the full pathname of the
.Xr xauth 1 .Xr xauth 1