Re: [CentOS] Passwordless ssh

2010-02-02 Thread Warren Michelsen
The problem I was having was due to permissions, as some of you pointed out. Thanks to all who responded. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Passwordless ssh

2010-02-01 Thread Brian Mathis
On Mon, Feb 1, 2010 at 9:49 PM, Warren Michelsen wrote: > On Mac OS, in order to allow ssh using dsa keys, I would copy > ~/.ssh/id_dsa.pub from my machine into ~/.ssh/authorized_keys of the > target machine. I've created .ssh directories in my account home as > well as in /root and copied the res

Re: [CentOS] Passwordless ssh

2010-02-01 Thread Agile Aspect
On Mon, Feb 1, 2010 at 6:49 PM, Warren Michelsen wrote: > On Mac OS, in order to allow ssh using dsa keys, I would copy > ~/.ssh/id_dsa.pub from my machine into ~/.ssh/authorized_keys of the > target machine. I've created .ssh directories in my account home as > well as in /root and copied the res

Re: [CentOS] Passwordless ssh

2010-02-01 Thread Gregory P. Ennis
On Mon, 2010-02-01 at 19:49 -0700, Warren Michelsen wrote: > On Mac OS, in order to allow ssh using dsa keys, I would copy > ~/.ssh/id_dsa.pub from my machine into ~/.ssh/authorized_keys of the > target machine. I've created .ssh directories in my account home as > well as in /root and copied th

Re: [CentOS] Passwordless ssh

2010-02-01 Thread Larry Brower
Warren Michelsen wrote: On Mac OS, in order to allow ssh using dsa keys, I would copy ~/.ssh/id_dsa.pub from my machine into ~/.ssh/authorized_keys of the target machine. I've created .ssh directories in my account home as well as in /root and copied the respective keys to authorized_keys file

[CentOS] Passwordless ssh

2010-02-01 Thread Warren Michelsen
On Mac OS, in order to allow ssh using dsa keys, I would copy ~/.ssh/id_dsa.pub from my machine into ~/.ssh/authorized_keys of the target machine. I've created .ssh directories in my account home as well as in /root and copied the respective keys to authorized_keys files in each. Strangely, I