rsh

Executes commands on a remote computer

rsh [option] host [command line]

The rsh utility runs command line on host by starting a shell on the remote system. Without a command line rsh calls rlogin, which logs you in on the remote computer.

security || rsh Is Not Secure

The rsh utility uses host-based trust, which is not secure, to authorize your login. Alternatively, it sends your password over the network as cleartext, which is not a secure practice. Refer to “Trusted Hosts” on page 373. Use ssh (page 374) when it is available.

Arguments

The name of the remote computer must be given as host. Any arguments following host are part of command line, which is run on the remote system. You must quote special characters in command line if you ...

Get A Practical Guide to Red Hat® Linux® 8 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.