Find the answer to your Linux question:
Results 1 to 5 of 5
Hi, could any one pls tell me the way to move one file or directory from one linux server to another linux server using RSYNC command wihout password.??. ........
  1. #1
    Just Joined!
    Join Date
    Feb 2010
    Posts
    17

    Talking moving a file from one linux server to another linux server

    Hi,

    could any one pls tell me the way to move one file or directory from one linux server to another linux server using RSYNC command wihout password.??......

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    sure.
    Either configure rsync daemon to accept connections without passwords (not advised)
    Or establish a authorized key ssh configuration (google provides tons of examples on that) and use rsync over ssh with rsync -e ssh
    You must always face the curtain with a bow.

  3. #3
    Just Joined!
    Join Date
    Feb 2010
    Posts
    17
    could u provide me the way for that...??..

    thanks,
    vasanth

  4. #4
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    You must always face the curtain with a bow.

  5. #5
    Just Joined!
    Join Date
    Feb 2010
    Posts
    17
    hi,
    Is there any possiblities to move a file without using ssh also.??..
    Will sudo command will help for that..??..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...