summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-11-03 19:21:21 +1100
committerDamien Miller <djm@mindrot.org>2008-11-03 19:21:21 +1100
commit49b78d4fbc138a252fc083c67d6b3750477d92a1 (patch)
tree4e03220507c035348929ddd75212fdd1ff5d76c4 /sshd.8
parentd58f56000c95f2c4eca22b4f89f19c557e23d919 (diff)
- jmc@cvs.openbsd.org 2008/10/03 13:08:12
[sshd.8] do not give an example of how to chmod files: we can presume the user knows that. removes an ambiguity in the permission of authorized_keys; ok deraadt
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.86
1 files changed, 2 insertions, 4 deletions
diff --git a/sshd.8 b/sshd.8
index c4c4181fc..a4b9e90c7 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,8 +34,8 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.246 2008/07/02 02:24:18 djm Exp $ 37.\" $OpenBSD: sshd.8,v 1.247 2008/10/03 13:08:12 jmc Exp $
38.Dd $Mdocdate: July 2 2008 $ 38.Dd $Mdocdate: October 3 2008 $
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -741,8 +741,6 @@ will not allow it to be used unless the
741.Cm StrictModes 741.Cm StrictModes
742option has been set to 742option has been set to
743.Dq no . 743.Dq no .
744The recommended permissions can be set by executing
745.Dq chmod go-w ~/ ~/.ssh ~/.ssh/authorized_keys .
746.Pp 744.Pp
747.It ~/.ssh/environment 745.It ~/.ssh/environment
748This file is read into the environment at login (if it exists). 746This file is read into the environment at login (if it exists).