you should also specify the user in the ssh config file:

Host rsyncserver.com
  User jens
  IdentityFile /home/jens/.ssh/id_rsa

in the world of ssh, the user is independent of the ssh certificates.  so 
it is usually a good idea to specify user just to be safe.

for example, you might be 'jens' on the computer on which weewx is running, 
but jensjorgen on the rsync server.  in that case you would specify 'User 
jensjorgen' in the ssh config file.

m

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to