From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bobby Subject: Duplicate usernames on password less scp Date: Sat, 11 Sep 2010 12:06:01 -0400 Message-ID: <201009111206.01885.bobby@d4business.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-admin-owner@vger.kernel.org List-ID: Content-Type: Text/Plain; charset="us-ascii" To: linux-admin@vger.kernel.org Hi, I have a situation where I have the same username on more than one computer and they all need to run a password less rsync over ssh to the same destination server, and keep separate copies from each computer. The destination machine has the pub key from each computer in the authorized_keys file. Each computer has a standard /home/user set up. The idea is that the destination server keeps copies from each computer under the respective /home directory. How do I accomplish this? Maybe with a /home/machine name instead of using the (duplicate) username? If so what changes do I make for this to work? All I could find under google was the normal single username set up. -- Bobby