sshd and authorized_keys

2005-02-24 Thread Michele Petrazzo
I'm making some test with sshd and authorized_keys. If I use the standard directive into /etc/sshd_config : AuthorizedKeysFile ~/.ssh/authorized_keys I'm able to login without password from a client, but I want to move the authorized_keys from ~/.ssh/ to another directory, for example /ssh/keys

Re: sshd and authorized_keys

2005-02-24 Thread Igor Pechtchanski
On Thu, 24 Feb 2005, Michele Petrazzo wrote: I'm making some test with sshd and authorized_keys. I'm able to login without password from a client, but I want to move the authorized_keys from ~/.ssh/ to another directory, for example /ssh/keys/authorized_keys, because I want to use only one

Re: sshd and authorized_keys

2005-02-24 Thread Michele Petrazzo
Igor Pechtchanski wrote: debug1: trying public key file /ssh/keys/authorized_keys Authentication refused: bad ownership or modes for directory / I don't want to modify ownership of / ! Is there a method to tell to sshd to don't make control of ownership? Or, is there a method for make my idea