Re: allow multiple users
Adriana Rodean <[email protected]> Mon, 26 Apr 2010 14:34:48 +0300
| Newsgroups | gmane.network.openssh.devel,gmane.network.openssh.general |
|---|---|
| Message-ID | <[email protected]> |
Thanks :) How should i configure openssh server in order for multiple users to connect to it? And user A to be able to write in user B authorized_keys file? Right now i have this option in sshd_config: AuthorizedKeysFile: /home/A/glassfish/domains/domain1/config/authorized_keys On Mon, Apr 26, 2010 at 11:44, Eitan Adler <[email protected]> wrote: > On Mon, Apr 26, 2010 at 11:43 AM, Eitan Adler <[email protected]> wrote: >>> Authentication refused: bad ownership or modes for file >>> /home/A/glassfish/domains/domain1/config/authorized_keys >> This tells you the problem. >> Every single folder in that path must not have world or group write permission. >> > and the file must be owned by the user trying to connect.... >