<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What is different between telnet and rlogin? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-different-between-telnet-and-rlogin/m-p/2543696#M26992</link>
    <description>Thanks a lot for you great help!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best!</description>
    <pubDate>Fri, 22 Jun 2001 02:39:45 GMT</pubDate>
    <dc:creator>leereg_4</dc:creator>
    <dc:date>2001-06-22T02:39:45Z</dc:date>
    <item>
      <title>What is different between telnet and rlogin?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-different-between-telnet-and-rlogin/m-p/2543692#M26988</link>
      <description>As title.</description>
      <pubDate>Fri, 22 Jun 2001 00:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-different-between-telnet-and-rlogin/m-p/2543692#M26988</guid>
      <dc:creator>leereg_4</dc:creator>
      <dc:date>2001-06-22T00:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is different between telnet and rlogin?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-different-between-telnet-and-rlogin/m-p/2543693#M26989</link>
      <description>Here is what I know but other may answer more than that.&lt;BR /&gt;&lt;BR /&gt;rlogin command supplies the remote host with your login id and your current teminal value(TERM environment variable).  If you properly setup the remote host's .rhosts file in the user home directory, you donot need supplies password.  &lt;BR /&gt;&lt;BR /&gt;Telnet command supplies doesn't supply login id and password to the romote host, hence you need to provide login id and password every time.  Telnet allows you to login to platform other Unix but not rlogin.</description>
      <pubDate>Fri, 22 Jun 2001 01:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-different-between-telnet-and-rlogin/m-p/2543693#M26989</guid>
      <dc:creator>mooi-kuan</dc:creator>
      <dc:date>2001-06-22T01:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: What is different between telnet and rlogin?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-different-between-telnet-and-rlogin/m-p/2543694#M26990</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;'rlogin' means "remote login" &lt;BR /&gt;An example of this can be done as&lt;BR /&gt;rlogin hostone&lt;BR /&gt;&lt;BR /&gt;If the password prompt appears it means&lt;BR /&gt;that there is no '.rhosts' file for&lt;BR /&gt;that user. The 'rhosts' file must be owned&lt;BR /&gt;by the same use that is logging in. The use &lt;BR /&gt;'.rhosts' and hosts.equiv is not recommended&lt;BR /&gt;other than for convenience and to use 'remsh'&lt;BR /&gt;commands. The reason is it makes systems&lt;BR /&gt;insecure.&lt;BR /&gt;You can also use this scenario&lt;BR /&gt;rlogin hostone -l usertwo&lt;BR /&gt;&lt;BR /&gt;The telnet command is used to login&lt;BR /&gt;to another unix server, router, print hub&lt;BR /&gt;and various other equipment. &lt;BR /&gt;A password is required for telnet.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael</description>
      <pubDate>Fri, 22 Jun 2001 01:05:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-different-between-telnet-and-rlogin/m-p/2543694#M26990</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-06-22T01:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: What is different between telnet and rlogin?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-different-between-telnet-and-rlogin/m-p/2543695#M26991</link>
      <description>Some information from the man pages for telnet and rlogin.  Here is the link to the section 1 man pages where I got the information: &lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90128/B2355-90128.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90128/B2355-90128.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;*******************&lt;BR /&gt;rlogin&lt;BR /&gt;&lt;BR /&gt;The rlogin command connects your terminal on the local host to the remote host (rhost). rlogin acts as a virtual terminal to the remote system. The host name rhost can be either the official name or an alias as listed in the file /etc/hosts (see hosts(4) ).&lt;BR /&gt;&lt;BR /&gt;In a manner similar to the remsh command (see remsh(1) ), rlogin allows a user to log in on an equivalent remote host, rhost, bypassing the normal login/password sequence. For more information about equivalent hosts and how to specify them in the files /etc/hosts.equiv and .rhosts, see hosts.equiv(4) . The searching of the files /etc/hosts.equiv and .rhosts occurs on the remote host, and the .rhosts file must be owned by the remote user account.&lt;BR /&gt;&lt;BR /&gt;If the originating user account is not equivalent to the remote user account, the originating user is prompted for the password of the remote account. If this fails, a login name and password are prompted for, as when login is used.&lt;BR /&gt;&lt;BR /&gt;*****************&lt;BR /&gt;&lt;BR /&gt;telnet&lt;BR /&gt;&lt;BR /&gt;telnet is used to communicate with another host using the TELNET protocol. If telnet is invoked without arguments, it enters command mode, indicated by its prompt (telnet&amp;gt;). In this mode, it accepts and executes the commands listed below. If telnet is invoked with arguments, it performs an open command (see below) with those arguments.&lt;BR /&gt;&lt;BR /&gt;************************</description>
      <pubDate>Fri, 22 Jun 2001 02:15:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-different-between-telnet-and-rlogin/m-p/2543695#M26991</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-06-22T02:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: What is different between telnet and rlogin?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-different-between-telnet-and-rlogin/m-p/2543696#M26992</link>
      <description>Thanks a lot for you great help!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best!</description>
      <pubDate>Fri, 22 Jun 2001 02:39:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-different-between-telnet-and-rlogin/m-p/2543696#M26992</guid>
      <dc:creator>leereg_4</dc:creator>
      <dc:date>2001-06-22T02:39:45Z</dc:date>
    </item>
  </channel>
</rss>

