summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-02-18 14:33:05 +0000
committerPaul W. Frields <stickster@gmail.com>2007-02-18 14:33:05 +0000
commit64b317c8930374cb74d0813d8ca2eb9c48c5c1b2 (patch)
treea42f5c7b81a144f5a515164abe3ff0bc0e0c0c56 /common
parent46b23ac18a50f20aeae55267c3ef3207dcc08f86 (diff)
downloadfedora-doc-utils-64b317c8930374cb74d0813d8ca2eb9c48c5c1b2.tar.gz
fedora-doc-utils-64b317c8930374cb74d0813d8ca2eb9c48c5c1b2.tar.xz
fedora-doc-utils-64b317c8930374cb74d0813d8ca2eb9c48c5c1b2.zip
Fix permissions on ~/.ssh directory.
Diffstat (limited to 'common')
-rw-r--r--common/cvs-en_US.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cvs-en_US.xml b/common/cvs-en_US.xml
index 448890e..151c201 100644
--- a/common/cvs-en_US.xml
+++ b/common/cvs-en_US.xml
@@ -212,7 +212,7 @@
Change the permissions of your <filename>~/.ssh</filename>
directory and your keys with the commands:
</para>
-<screen><prompt>$ </prompt><command>chmod 755 ~/.ssh</command>
+<screen><prompt>$ </prompt><command>chmod 700 ~/.ssh</command>
<prompt>$ </prompt><command>chmod 644 ~/.ssh/authorized_keys</command></screen>
</listitem>
</orderedlist>