From owner-svn-doc-projects@FreeBSD.ORG Mon Feb 3 09:09:53 2014 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 102D486A; Mon, 3 Feb 2014 09:09:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E4C1A1DDB; Mon, 3 Feb 2014 09:09:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s1399qZM094951; Mon, 3 Feb 2014 09:09:52 GMT (envelope-from bcr@svn.freebsd.org) Received: (from bcr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1399qDg094950; Mon, 3 Feb 2014 09:09:52 GMT (envelope-from bcr@svn.freebsd.org) Message-Id: <201402030909.s1399qDg094950@svn.freebsd.org> From: Benedict Reuschling Date: Mon, 3 Feb 2014 09:09:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r43732 - projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 09:09:53 -0000 Author: bcr Date: Mon Feb 3 09:09:52 2014 New Revision: 43732 URL: http://svnweb.freebsd.org/changeset/doc/43732 Log: Change literal tags for the root user to the proper systemitem tags. While here, also add application tags to SSH. Noticed by: wblock Modified: projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Modified: projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml ============================================================================== --- projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Mon Feb 3 03:39:03 2014 (r43731) +++ projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Mon Feb 3 09:09:52 2014 (r43732) @@ -955,9 +955,9 @@ History for 'tank': 2013-02-27.18:51:09 zfs set checksum=fletcher4 tank [user 0 (root) on myzfsbox:global] 2013-02-27.18:51:18 zfs create tank/backup [user 0 (root) on myzfsbox:global] - This output clearly shows that the root - user created the mirrored pool (consisting of - /dev/ada0 and + This output clearly shows that the root user created the mirrored + pool (consisting of /dev/ada0 and /dev/ada1). In addition to that, the hostname (myzfsbox) is also shown in the commands following the pool's creation. The hostname display @@ -1444,21 +1444,22 @@ mypool 50.0M 878M 44. - The root user needs to be able to - log into the receiving system because only that user can - send streams from the pool. SSH should be configured so - that root can only execute - zfs recv and nothing else to prevent - users that might have hijacked this account from doing - any harm on the system. + The root + user needs to be able to log into the receiving system + because only that user can send streams from the pool. + SSH should be configured so + that root can + only execute zfs recv and nothing + else to prevent users that might have hijacked this + account from doing any harm on the system. After these security measures have been put into place - and root can connect via passwordless - SSH to the receiving system, the - encrypted stream can be sent using the following - commands: + and root can + connect via passwordless SSH to + the receiving system, the encrypted stream can be sent using + the following commands: &prompt.root; zfs snapshot -r mypool/home@monday &prompt.root; zfs send -R mypool/home@monday | ssh backuphost zfs recv -dvu backuppool