Displaying 1 result from an estimated 1 matches for "duplicaetd".
Did you mean:
deplicated
2004 May 02
1
ssh+rsync to Windows
...a root user in the following manner. In
/etc/passwd I duplicated the Administrator line and changed the name to
root and the UID:GID to 0:0 like this:
root:unused_by_nt/2000/xp:0:0:U-TOY\Administrator,S-1-5-21-583907252-789336058-1060284298-500:/home/Administrator:/bin/bash
Then in /etc/group I duplicaetd the Administrators line and changed the
name to root and the GID to 0 like this:
root:S-1-5-32-544:0:
I could then run ssh root@xp and login without any problems.
I then ran :
[root@rh9 root]# rsync -n -avvv --rsh ssh root@xp:util/ xxx/
opening connection using ssh -l root xp rsync --server --se...