Difference between SSH and RSH ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pankajit09
    Contributor
    • Dec 2006
    • 296

    Difference between SSH and RSH ?

    Hello,

    I want to know the difference between SSH and RSH ?
  • trs204
    New Member
    • Feb 2007
    • 12

    #2
    My few cents....

    I have seen in one forum:
    rsh is an old insecure protocol, which is not installed by default in
    many linux distributions. Use ssh.

    And some info from man page for ssh:
    ssh (SSH client) is a program for logging into a remote
    machine and for executing commands on a remote machine. It
    is intended to replace rlogin and rsh, and provide secure
    encrypted communications between two untrusted hosts over an
    insecure network.

    And some URL's:
    http://www.slac.stanfo rd.edu/BFROOT/www/Computing/Environment/Tools/Current/SSH.html

    http://www.mkssoftware .com/docs/man1/rsh.1.asp

    Comment

    • Motoma
      Recognized Expert Specialist
      • Jan 2007
      • 3236

      #3
      Originally posted by pankajit09
      Hello,

      I want to know the difference between SSH and RSH ?
      The big thing? Strong encryption.

      Comment

      Working...