Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 910802 Details for
Bug 1111447
authorized_keys guide wrong
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Changed permissions as per the bug.
1111447.patch (text/plain), 2.09 KB, created by
Eric Christensen
on 2014-06-20 15:11:33 UTC
(
hide
)
Description:
Changed permissions as per the bug.
Filename:
MIME Type:
Creator:
Eric Christensen
Created:
2014-06-20 15:11:33 UTC
Size:
2.09 KB
patch
obsolete
>From 37e2e2cf210fdf3e2eb86f24eaaaf6dbbe46afe3 Mon Sep 17 00:00:00 2001 >From: Eric Christensen <echriste@redhat.com> >Date: Fri, 20 Jun 2014 11:08:42 -0400 >Subject: [PATCH] Changed permissions on ~/.ssh and authorized_keys per BZ > 1111447 > >--- > en-US/OpenSSH.xml | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/en-US/OpenSSH.xml b/en-US/OpenSSH.xml >index 3184132..416f6c3 100644 >--- a/en-US/OpenSSH.xml >+++ b/en-US/OpenSSH.xml >@@ -640,7 +640,7 @@ The key's randomart image is: > <para> > Change the permissions of the <filename class="directory">~/.ssh/</filename> directory: > </para> >- <screen>~]$ <command>chmod 755 ~/.ssh</command></screen> >+ <screen>~]$ <command>chmod 700 ~/.ssh</command></screen> > </step> > <step> > <para> >@@ -651,7 +651,7 @@ The key's randomart image is: > <para> > Change the permissions of the <filename>~/.ssh/authorized_keys</filename> file using the following command: > </para> >- <screen>~]$ <command>chmod 644 ~/.ssh/authorized_keys</command></screen> >+ <screen>~]$ <command>chmod 600 ~/.ssh/authorized_keys</command></screen> > </step> > </procedure> > <indexterm> >@@ -786,7 +786,7 @@ The key's randomart image is: > <para> > Change the permissions of the <filename class="directory">~/.ssh/</filename> directory: > </para> >- <screen>~]$ <command>chmod 755 ~/.ssh</command></screen> >+ <screen>~]$ <command>chmod 700 ~/.ssh</command></screen> > </step> > <step> > <para> >@@ -797,7 +797,7 @@ The key's randomart image is: > <para> > Change the permissions of the <filename>~/.ssh/authorized_keys</filename> file using the following command: > </para> >- <screen>~]$ <command>chmod 644 ~/.ssh/authorized_keys</command></screen> >+ <screen>~]$ <command>chmod 600 ~/.ssh/authorized_keys</command></screen> > </step> > </procedure> > <para> >-- >1.9.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1111447
: 910802