From a1b3d636abea0e2e75d797af22e93f01c424d80a Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 26 Mar 2006 00:07:02 +1100 Subject: - jakob@cvs.openbsd.org 2006/03/22 21:16:24 [ssh.1] simplify SSHFP example; ok jmc@ --- ChangeLog | 5 ++++- ssh.1 | 5 ++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f7dceae92..b3298fe0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -53,6 +53,9 @@ - deraadt@cvs.openbsd.org 2006/03/20 18:41:43 [dns.c] cast xstrdup to propert u_char * + - jakob@cvs.openbsd.org 2006/03/22 21:16:24 + [ssh.1] + simplify SSHFP example; ok jmc@ 20060318 - (djm) [auth-pam.c] Fix memleak in error path, from Coverity via @@ -4245,4 +4248,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4239 2006/03/25 13:06:48 djm Exp $ +$Id: ChangeLog,v 1.4240 2006/03/25 13:07:02 djm Exp $ diff --git a/ssh.1 b/ssh.1 index 139b00154..dab09c84e 100644 --- a/ssh.1 +++ b/ssh.1 @@ -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.1,v 1.258 2006/03/16 04:24:42 djm Exp $ +.\" $OpenBSD: ssh.1,v 1.259 2006/03/22 21:16:24 jakob Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -1025,8 +1025,7 @@ In this example, we are connecting a client to a server, The SSHFP resource records should first be added to the zonefile for host.example.com: .Bd -literal -offset indent -$ ssh-keygen -f /etc/ssh/ssh_host_rsa_key.pub -r host.example.com. -$ ssh-keygen -f /etc/ssh/ssh_host_dsa_key.pub -r host.example.com. +$ ssh-keygen -r host.example.com. .Ed .Pp The output lines will have to be added to the zonefile. -- cgit v1.2.3