Networking Forums

Networking Forums > Computer Networking > Linux Networking > trusted hosts with rsync

Reply
Thread Tools Display Modes

trusted hosts with rsync

 
 
Ron Eggler
Guest
Posts: n/a

 
      03-17-2008, 07:04 PM
Hi,

I'm using rsync to transfer a file from an embedded device to the central
server. Now the problem is, i can't get create and get a key over to the
central server since the server doesn't know what clients are gonna connect
so I'm using the unencrypted rsync method with the "::" operator.
Now how can I get a range of trusted hosts so the server wouldn't be asking
for a password? Right now I'm just using the --password-file option like:
rsync -av --password-file=pwd ./log_record
root@192.168.101.3::PRG-LOG/log_record_T1111 but i would like to define a
trusted IP range or something on the server, is this possible?
If yes, how?

Thank you for your help!
--
chEErs roN
 
Reply With Quote
 
 
 
 
Ron Eggler
Guest
Posts: n/a

 
      03-17-2008, 09:27 PM
Ron Eggler wrote:

> Hi,
>
> I'm using rsync to transfer a file from an embedded device to the central
> server. Now the problem is, i can't get create and get a key over to the
> central server since the server doesn't know what clients are gonna
> connect so I'm using the unencrypted rsync method with the "::" operator.
> Now how can I get a range of trusted hosts so the server wouldn't be
> asking for a password? Right now I'm just using the --password-file option
> like: rsync -av --password-file=pwd ./log_record
> root@192.168.101.3::PRG-LOG/log_record_T1111 but i would like to define a
> trusted IP range or something on the server, is this possible?
> If yes, how?
>
> Thank you for your help!

Okay,
I figured a way to do it, what I'll do is, the first time i will use rsync
to copy a script-generated key file onto the server and from then on, i'll
be able to use secured ssh connection
isn't that cool?
It took my a bit to write the shell script tho but i got it together now.
Now I'm having troubles with my key authentication, see other posting pls.
Thanks!
--
chEErs roN
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get log file for rsync operation? Does rsync also delete remote files? Goran Ivanic Linux Networking 9 05-05-2008 04:58 PM
trusted domain orc Wireless Networks 2 05-13-2006 08:29 AM
Browse a trusted network Craig Barraclough Windows Networking 0 02-06-2006 08:34 PM
hosts.deny and hosts.allow problem dan Linux Networking 3 06-15-2005 07:26 PM
MN-500 and trusted IP addresses Max Roberts Broadband Hardware 1 09-08-2004 04:48 PM



1 2 3 4 5 6 7 8 9 10 11