diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2006-03-22 21:16:25 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2006-03-22 21:16:25 +0000 |
commit | 49a5e21a6cb607dd63eff6bb95b83c23868aca65 (patch) | |
tree | bb68c380778fc0fdb9cd68a48700921f6db830fb /usr.bin | |
parent | 2c4b712dfbf4dd99402fda59841bedb212587701 (diff) |
simplify SSHFP example; ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 139b0015417..dab09c84e3f 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/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. |