Displaying 1 result from an estimated 1 matches for "targetsrv".
Did you mean:
targets
2017 May 19
0
[OT] how to give ssh options to rdist
Hello,
I'm trying to configure rdist over ssh so that it connects at target side
as a particular user.
I'm using CentOS 7.3 on both ends (I also tested with Fedora 25 with the
same behavor)
So I create at source side the file ~/.ssh/config under mysourceuser home
Host targetsrv.localdomain.local
HostName targetsrv.localdomain.local
User mytargetuser
Then, connected as mysourceuser user on local server
$ ssh targetsrv.localdomain.local
mytargetuser at targetsrv.localdomain.local's password:
So far so good as expected.
But if I create a small distfile to d...