Displaying 1 result from an estimated 1 matches for "mytargetus".
Did you mean:
mytarget
2017 May 19
0
[OT] how to give ssh options to rdist
...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 distribute a file on
targetsrv.localdomain.local and execute rdist on it, I receiv...