History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: HAUS-541
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Assignee: Jon Tirsen
Reporter: Aslak Hellesoy
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Haus Chores

dcontrol can't ssh to beaver from beaver

Created: 24/Jul/04 08:44 PM   Updated: 25/Jul/04 03:05 AM
Component/s: None
Affects Version/s: None
Fix Version/s: short-term

Time Tracking:
Not Specified


 Description  « Hide
the dcontrol user on beaver can't ssh to beaver:

ssh beaver.codehaus.org
Permission denied (publickey,keyboard-interactive).

(i'm sure this used to work).

this is a problem because various builds now fail because artifacts cannot be deployed/uploaded. example: http://builds.codehaus.org/private/log?project_name=picocontainer&timestamp=20040724215042



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Ben Walding - 25/Jul/04 03:05 AM
Someone went through and painted all the dcontrol files with a very broad g+rw flag. This is not allowed for ssh.

The home directory (and ssh files) must have permission of go-w in order for public key ssh to work.

I have removed the g+w that was on all these files. It works now.