#14085 closed bug (fixed)
ssh login
Reported by: | bbjimmy | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | - General | Version: | R1/Development |
Keywords: | ssh sshd | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
hrev 51880
If one logs in to a haiku box with a user other than "user", one gets this notice:
-sh: /boot/system/boot/SetupEnvironment: Permission denied
The file is marked
-r-------- 1 user root 1771 Apr 11 17:09 SetupEnvironment
only user can read it. This file should be marked readable by everyone.
logging in as user - ( one must remove the hash on the line " PermitRootLogin yes" in /boot/system/settings/ssh/sshd_config and re-start the daemon ) - does not print this notice.
Change History (3)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Probably it was the checkout on the ancient buildbots that had this problem, and the new buildbots don't. I added a check in configure to ensure this doesn't happen again in hrev52417.
comment:3 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Apparently /boot/system/boot/SetupEnvironment: has been marked readable by everyone... -r--r--r--