<?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: telnet string for putty shortcut in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-string-for-putty-shortcut/m-p/3929051#M762129</link>
    <description>... and best is to use ssh and if you are anoyed of typing passwords, get yourself a Key using puttygen, load it with the puuty- agent while login into windows, and let the agent authenticae you by key :-)&lt;BR /&gt;&lt;BR /&gt;Volker</description>
    <pubDate>Fri, 19 Jan 2007 14:04:33 GMT</pubDate>
    <dc:creator>Volker Borowski</dc:creator>
    <dc:date>2007-01-19T14:04:33Z</dc:date>
    <item>
      <title>telnet string for putty shortcut</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-string-for-putty-shortcut/m-p/3929047#M762125</link>
      <description>Hello.&lt;BR /&gt;If i create a shortcut on desktop of putty.exe to connect to a ssh server. I give in target string of shortcut as "C:\Desktop\putty.exe" -ssh -l &lt;LOGIN&gt; -pw &lt;PASSWD&gt; &lt;SERVERIP&gt;.&lt;BR /&gt;&lt;BR /&gt;What must be given IF i connect using telnet protocol ?&lt;BR /&gt;&lt;BR /&gt;THANKS&lt;/SERVERIP&gt;&lt;/PASSWD&gt;&lt;/LOGIN&gt;</description>
      <pubDate>Fri, 19 Jan 2007 06:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-string-for-putty-shortcut/m-p/3929047#M762125</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2007-01-19T06:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: telnet string for putty shortcut</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-string-for-putty-shortcut/m-p/3929048#M762126</link>
      <description>As I understand it you don't want to type your login and password each time. AFAIK you would have to create a .rhosts or .netrc file on the UNIX host for that.</description>
      <pubDate>Fri, 19 Jan 2007 06:37:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-string-for-putty-shortcut/m-p/3929048#M762126</guid>
      <dc:creator>Georg Tresselt</dc:creator>
      <dc:date>2007-01-19T06:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: telnet string for putty shortcut</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-string-for-putty-shortcut/m-p/3929049#M762127</link>
      <description>Hello.&lt;BR /&gt;Yes, I do not want to give login/password. Please suggest what must be there in .rhosts file on target server?&lt;BR /&gt;&lt;BR /&gt;THANKS</description>
      <pubDate>Fri, 19 Jan 2007 06:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-string-for-putty-shortcut/m-p/3929049#M762127</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2007-01-19T06:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: telnet string for putty shortcut</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-string-for-putty-shortcut/m-p/3929050#M762128</link>
      <description>The telnet protocol will *always* require you to type the username and the password.&lt;BR /&gt;&lt;BR /&gt;If you use rlogin protocol, then you can use .rhosts file on the target server.&lt;BR /&gt;&lt;BR /&gt;The .rhosts file format description is available with "man rhosts" on any HP-UX.&lt;BR /&gt;Briefly, each line contains either a hostname and an username or just a hostname. &lt;BR /&gt;For example, if the server user "suser" has the following line in his .rhosts file:&lt;BR /&gt;&lt;BR /&gt;workstation.company.example someuser&lt;BR /&gt;&lt;BR /&gt;it means that someone that connects using rlogin protocol from workstation.company.example and is named "someuser" will be logged on as "suser" on the server, _without typing the password_.&lt;BR /&gt;&lt;BR /&gt;Using PuTTY, you can then connect to suser account  on the server from workstation.company.example by:&lt;BR /&gt;  putty -rlogin suser@server&lt;BR /&gt;&lt;BR /&gt;If the .rhosts file contains just the hostname, the username on the source host (workstation) should match the username on the destination host (server).&lt;BR /&gt;&lt;BR /&gt;Since the usernames on Microsoft Windows workstations are not necessarily compatible with Unix-style usernames, it is likely that the server cannot meaningfully check the workstation user's username. The server can only trust what the client says, and the workstation's owner can make his client lie.&lt;BR /&gt;&lt;BR /&gt;In effect, anyone who can hijack workstation.company.example's IP address can use rlogin to connect like the legitimate user: this is why rlogin is not secure.</description>
      <pubDate>Fri, 19 Jan 2007 08:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-string-for-putty-shortcut/m-p/3929050#M762128</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-01-19T08:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: telnet string for putty shortcut</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-string-for-putty-shortcut/m-p/3929051#M762129</link>
      <description>... and best is to use ssh and if you are anoyed of typing passwords, get yourself a Key using puttygen, load it with the puuty- agent while login into windows, and let the agent authenticae you by key :-)&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Fri, 19 Jan 2007 14:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-string-for-putty-shortcut/m-p/3929051#M762129</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2007-01-19T14:04:33Z</dc:date>
    </item>
  </channel>
</rss>

