Displaying 1 result from an estimated 1 matches for "id_rsync_rsa".
2009 Mar 08
3
question on using keys
...in preparation for running rsync with keys, so I created
a key on router1, the machine I want to ssh from.
routem at router1:~/.ssh$ lla
total 20
drwx------ 2 routem routem 4096 2009-03-08 09:55 .
drwxr-xr-x 5 routem routem 4096 2009-03-08 13:41 ..
-rw------- 1 routem routem 1675 2009-03-07 12:02 id_rsync_rsa
-rw-r--r-- 1 routem routem 397 2009-03-07 12:02 id_rsync_rsa.pub
-rw-r--r-- 1 routem routem 650 2009-03-08 09:56 known_hosts
I used scp to copy id_rsync_rsa.pub over to 192.168.15.3:/home/john/.ssh
john at toolbench:~/.ssh$ lla
total 60
drwx------ 2 john cibolo 4096 2009-03-08 09:54 .
drwxrw...