This is a discussion on rdist and rsh within the Linux Networking forums, part of the Linux Forums category; I'm trying to rdist from a RH9 machine to a new Fedora machine. I'm assumming that in order ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm trying to rdist from a RH9 machine to a new Fedora machine. I'm
assumming that in order for rdist to work, I need to get rsh to work on the remote host. I can't seem to rsh between these two hosts, I get a "connection refused" error. Can someone give me some pointers on getting rdist and rsh to work? THanks! -arielc |
|
|||
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 ArielC <frosbyte@sun.com> wrote: > I'm trying to rdist from a RH9 machine to a new Fedora machine. I'm > assumming that in order for rdist to work, I need to get rsh to work on the > remote host. I can't seem to rsh between these two hosts, I get a > "connection refused" error. Can someone give me some pointers on getting > rdist and rsh to work? THanks! rsh is depreciated, since it's completely insecure. You should install, probably it is per default installed, just '/etc/init.d/sshd start' and use ssh, rdist has a -P switch to use ssh as transport. (man rdist) Good luck - -- Michael Heiming (GPG-Key ID: 0xEDD27B94) Remove +SIGNS and www. if you expect an answer, sorry for inconvenience, but I get tons of spam. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFARkgeAkPEju3Se5QRAuvtAJ43+JN7xCEgHFFRIhdd4V PmQFHw6gCffNeF MfpKKVEXg8su1xiiss1/vx8= =oeOI -----END PGP SIGNATURE----- |