Re: generating and using ssh keys with rsync

2008-08-19 Thread Matthias Schniedermeyer
On 19.08.2008 11:59, Tamara Temple wrote: > I don't have a program called "ssh-copy-id" on my system > > I scp'd the ~/.ssh/id_rsa.pub file from the local machine to the remote > machine, appended it to ~/.ssh/authorized_keys on the remote machine, and > it's still asking for a password whene

Re: generating and using ssh keys with rsync

2008-08-19 Thread Matt McCutchen
On Tue, 2008-08-19 at 11:59 -0700, Tamara Temple wrote: > I don't have a program called "ssh-copy-id" on my system > > I scp'd the ~/.ssh/id_rsa.pub file from the local machine to the > remote machine, appended it to ~/.ssh/authorized_keys on the remote > machine, and it's still asking for

Re: generating and using ssh keys with rsync

2008-08-19 Thread Tamara Temple
I don't have a program called "ssh-copy-id" on my system I scp'd the ~/.ssh/id_rsa.pub file from the local machine to the remote machine, appended it to ~/.ssh/authorized_keys on the remote machine, and it's still asking for a password whenever i ssh to the remote machine. On Aug 19,

Re: generating and using ssh keys with rsync

2008-08-19 Thread Matt McCutchen
On Mon, 2008-08-18 at 17:26 -0700, Tamara Temple wrote: > I'm having troubles generating and using keys with rsync over ssh. The > server I'm backing up to has a different name and IP internally than > is seen by the external source machine running rsync. How do I set up > the keys in this ca

generating and using ssh keys with rsync

2008-08-18 Thread Tamara Temple
I'm having troubles generating and using keys with rsync over ssh. The server I'm backing up to has a different name and IP internally than is seen by the external source machine running rsync. How do I set up the keys in this case? tamara -- Please use reply-all for most replies to avoid o

ssh keys

2004-03-16 Thread Sjaak Nabuurs
Hi Maybe not the group to ask this but sure it's usefull for this group I like to sync al our servers with rsync -aze ssh I like to give al the servers my ssh key to the .ssh/authorezed_keys file How can I do this automatic and not to use scp -p id_dsa.pub [EMAIL PROTECTED]:/home/.ssh cat id_d