Re: Configure ssh to behave like rsh. How?

2004-06-26 Thread Geert Hendrickx
On Fri, Jun 25, 2004 at 03:45:24PM +0900, Rob wrote: Hi, I have a cluster of PCs, on which the 'slaves' used to only allow rsh connections, to execute commands, but no logins. I have removed the r-commands, and want to use the ssh command family instead. Although 'ssh slaveN command'

Configure ssh to behave like rsh. How?

2004-06-25 Thread Rob
Hi, I have a cluster of PCs, on which the 'slaves' used to only allow rsh connections, to execute commands, but no logins. I have removed the r-commands, and want to use the ssh command family instead. Although 'ssh slaveN command' works fine, this also allows login to the slave PC, simply by

Re: Configure ssh to behave like rsh. How?

2004-06-25 Thread Jorn Argelo
Rob wrote: Hi, I have a cluster of PCs, on which the 'slaves' used to only allow rsh connections, to execute commands, but no logins. I have removed the r-commands, and want to use the ssh command family instead. Although 'ssh slaveN command' works fine, this also allows login to the slave PC,

Re: Configure ssh to behave like rsh. How?

2004-06-25 Thread Hemal Pandya
I was interested in this for a slightly different reason --- I would like to allow some users to ssh into my machine so they can port forward but not allow them to actually login to the machine. I found http://groups.google.com/groups?selm=200206210808.g5L88SJ15420_splat.grant.org%40ns.sol.net to