[ssh_config.5]
     VerifyHostKeyDNS is v2 only. ok markus@
This commit is contained in:
Damien Miller 2003-06-02 19:10:41 +10:00
Родитель 61d3680aca
Коммит eacbb4fcc1
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -15,6 +15,9 @@
- deraadt@cvs.openbsd.org 2003/05/29 16:58:45
[sshd.c uidswap.c]
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
- (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;
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 $

Просмотреть файл

@ -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.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
.Dt SSH_CONFIG 5
.Os
@ -638,6 +638,7 @@ Specifies whether to verify the remote key using DNS and SSHFP resource
records.
The default is
.Dq no .
Note that this option applies to protocol version 2 only.
.It Cm XAuthLocation
Specifies the full pathname of the
.Xr xauth 1