[ssh.1]
     simplify SSHFP example; ok jmc@
This commit is contained in:
Damien Miller 2006-03-26 00:07:02 +11:00
parent 5996294a95
commit a1b3d636ab
2 changed files with 6 additions and 4 deletions

View File

@ -53,6 +53,9 @@
- deraadt@cvs.openbsd.org 2006/03/20 18:41:43 - deraadt@cvs.openbsd.org 2006/03/20 18:41:43
[dns.c] [dns.c]
cast xstrdup to propert u_char * cast xstrdup to propert u_char *
- jakob@cvs.openbsd.org 2006/03/22 21:16:24
[ssh.1]
simplify SSHFP example; ok jmc@
20060318 20060318
- (djm) [auth-pam.c] Fix memleak in error path, from Coverity via - (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) 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.4239 2006/03/25 13:06:48 djm Exp $ $Id: ChangeLog,v 1.4240 2006/03/25 13:07:02 djm Exp $

5
ssh.1
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.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 .Dd September 25, 1999
.Dt SSH 1 .Dt SSH 1
.Os .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 The SSHFP resource records should first be added to the zonefile for
host.example.com: host.example.com:
.Bd -literal -offset indent .Bd -literal -offset indent
$ ssh-keygen -f /etc/ssh/ssh_host_rsa_key.pub -r host.example.com. $ ssh-keygen -r host.example.com.
$ ssh-keygen -f /etc/ssh/ssh_host_dsa_key.pub -r host.example.com.
.Ed .Ed
.Pp .Pp
The output lines will have to be added to the zonefile. The output lines will have to be added to the zonefile.