rsh ???

Anyone remember rsh()?

I used it many years ago and liked being able to execute commands on a remote system.

it appears that it does exist, net/bsdrcmds, although I can't remember how to set it up. Do I need to run rshd() on a server to be able to run commands remotely? It's over 30 years since I last used it, so don't remember the specifics, although it might come in handy for some project I'm working on.
 
The functionality is like ssh.

If you want rsh just for performance reasons you can run ssh with cypher set to null/none/whatever they call it.
 
Back
Top