Re: SSH as root with specific IP

2013-09-30 Thread Nick Holland
oops. meant to send to list... (this time with cheesy ASCII graphics which will probably get mauled by most mail clients) On 09/30/2013 02:29 AM, John Tate wrote: I want to be able to log in as root by SSH with a specific IP address. This is so rsync can log in to the server easily and backup

Re: SSH as root with specific IP

2013-09-30 Thread Gilles Cafedjian
Le 2013-09-30 08:29, John Tate a écrit : > I want to be able to log in as root by SSH with a specific IP address. > This is so rsync can log in to the server easily and backup many files > owned by many different users and groups. Rather than a script on the > server logging into the server with

Re: SSH as root with specific IP

2013-09-30 Thread Eric Johnson
On Mon, 30 Sep 2013, John Tate wrote: > I want to be able to log in as root by SSH with a specific IP address. > This is so rsync can log in to the server easily and backup many files > owned by many different users and groups. Rather than a script on the > server logging into the server with the

Re: SSH as root with specific IP

2013-09-30 Thread David Coppa
On Mon, Sep 30, 2013 at 8:29 AM, John Tate wrote: > I want to be able to log in as root by SSH with a specific IP address. > This is so rsync can log in to the server easily and backup many files > owned by many different users and groups. Rather than a script on the > server logging into the serv

Re: SSH as root with specific IP

2013-09-29 Thread Jay Patel
ssh -lroot youriphere -p1157 -l ==login -p == port number On Mon, Sep 30, 2013 at 11:59 AM, John Tate wrote: > I want to be able to log in as root by SSH with a specific IP address. > This is so rsync can log in to the server easily and backup many files > owned by many different users and gro