answersLogoWhite

0


Best Answer

rsh and ssh are similar in that they can execute commands on remote systems. The main difference between the two (besides the actual TCP ports) is that rsh traffic is not encrypted and therefore a security risk; ssh traffic is encrypted.

The other main difference is that ssh is a secure replacement for telnet, whereas rsh can log into a remote system using the rlogin protocol, which is similar but not the same as telnet.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

RSH is non-secure; its connections are unencrypted. SSH connections are designed to be secure.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between RSH and SSH?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the similarities between rsh and ssh utilities?

Both of these utilities allow a remote user to log in (remotely) and execute commands via the command line.


What do you need to set up in order for the rsh command to work in Linux?

RSH has been obsolete for over 20 years. You would need to find the source code for it, along with the (equally obsolete) libraries and compile it yourself. Nowadays, the rsh command is usually symlinked to ssh. Using SSH just requires installing the SSH client package for your distribution (apt install openssh-client on Debian/Ubuntu, yum install openssh-clients on CentOS). It can't be used to connect to legacy RSH servers, though.


How you configure rsh in aix?

First, I should mention the obligitary comment that you should use ssh rather than rsh (OpenSSH, for example, ships with AIX, I think on the bonus or linux tools CD).However, if you want to use rsh, configuring it on AIX is exactly the same as on every other platform.On the host that you want to rsh to create a .rhosts file in the user's home directory, owned by the user with permission 600. Put in itCode:host userwhere "host" is the host you are coming from and "user" is the user account you are coming from.There are other options and files, but this will work, so check out the man page if you want more info.


What is the market cap for Radioshack Corporation RSH?

As of July 2014, the market cap for Radioshack Corporation (RSH) is $83,510,816.86.


What is an SSH client used for?

An SSH client is often used for sending data over a secure connection between two networked computers. The best-known use for the SSH protocol is to access shell accounts.


What is RSH?

Hello, I see you are asking "What is rsh syndrome?" The RSH/Smith-Lemli-Opitz syndrome (RSH/SLOS) is an autosomal recessive multiple congenital anomalies/mental retardation syndromes caused by an inborn error of cholesterol biosynthesis. For more information, you can visit this URL - mentalhealthhelpcenter. com/condition/rsh-syndrome/c/34124


How does rsh provide security Linux?

It doesn't. RSH is obsolete, and should never be exposed to an untrusted network. It is not, and was never intended to be, a security feature.


What is the difference between ping and telnet?

Pinging a server just checks that Particular system is present on the network. Telnet or SSH are application to login the server from remote and use the services provided by the server. In TELNET DATA is not encrypted so it's easy to hack. In SSH DATA is encrypted so it's safe.


Which directory holds encryption keys for users connection to ssh servers?

Typically it would be a hidden folder called ".ssh".


How do you use SSH?

SSH is extremely simple. Using the SSH client, you connect to the computer running the SSH server using the commandssh [ip address or hostname here]


What does a SSH Keygen actually do?

An SSH Keygen is used to generate, manage, and convert authentication keys for SSH authentication. With an SSH Keygen tool, a user can create passphrase keys for both SSH protocol version 1 and 2.


What is the name of the main SSH server config file?

/etc/ssh/sshd_config In some distributions it can be in odd places like /etc/sshd_config, /usr/local/etc/ssh/sshd_config