Bug 823377 - .ssh/config permissions must match permissions of same file
Summary: .ssh/config permissions must match permissions of same file
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: oc
Version: 2.x
Hardware: i686
OS: Mac OS
low
low
Target Milestone: ---
: ---
Assignee: John (J5) Palmieri
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-21 05:20 UTC by Jim Tittsler
Modified: 2015-05-15 01:54 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-22 16:06:01 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jim Tittsler 2012-05-21 05:20:31 UTC
Description of problem:

The error message returned by 'rhc domain status' on OS X is odd.  The incorrect permissions must match those of the same file.

4) File /Users/jim/.ssh/config has incorrect permissions 644
	Permissions should match /Users/jim/.ssh/config.


Version-Release number of selected component (if applicable):

Uncertain.  Neither 'rhc --version' nor 'rhc version' seems to work.

How reproducible:

every time

Steps to Reproduce:
1. rhc domain status
2.
3.
  
Actual results:

4) File /Users/jim/.ssh/config has incorrect permissions 644
	Permissions should match /Users/jim/.ssh/config.

Expected results:


Additional info:

Comment 1 John (J5) Palmieri 2012-06-22 16:06:01 UTC
Sorry for not getting back to you sooner.  We no longer modify the config file.  To fix this issue please open up a terminal as the jim user and run this command

chmod 0600 /Users/jim/.ssh/config

I'm closing this.  Feel free to reopen if your issue has not been fixed.


Note You need to log in before you can comment on or make changes to this bug.