<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/3799453#M782292</link>
    <description>You cannot do this without running an automation software such as expect. As you said this is not recommended.&lt;BR /&gt;&lt;BR /&gt;I'd rather consider using SSH with public key authentication if you want to login without providing a password.</description>
    <pubDate>Fri, 02 Jun 2006 10:25:51 GMT</pubDate>
    <dc:creator>Olivier Masse</dc:creator>
    <dc:date>2006-06-02T10:25:51Z</dc:date>
    <item>
      <title>Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/3799452#M782291</link>
      <description>I'm using telnet to connect to unix servers.&lt;BR /&gt;&lt;BR /&gt;how to write a batch file or any shortcut &lt;BR /&gt;that would take me directly to prompt? &lt;BR /&gt;meaning to skip userid /pwd step. also how to avoid from others viewing this batch file which might have my uid/pwd in it? &lt;BR /&gt;&lt;BR /&gt;it may not be a good practice to do so..but we have so many boxes to connect ...very hard to remember all pwds.&lt;BR /&gt;&lt;BR /&gt;THANKS.</description>
      <pubDate>Fri, 02 Jun 2006 10:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/3799452#M782291</guid>
      <dc:creator>intp</dc:creator>
      <dc:date>2006-06-02T10:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/3799453#M782292</link>
      <description>You cannot do this without running an automation software such as expect. As you said this is not recommended.&lt;BR /&gt;&lt;BR /&gt;I'd rather consider using SSH with public key authentication if you want to login without providing a password.</description>
      <pubDate>Fri, 02 Jun 2006 10:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/3799453#M782292</guid>
      <dc:creator>Olivier Masse</dc:creator>
      <dc:date>2006-06-02T10:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/3799454#M782293</link>
      <description>rlogin may be an option, but it is very unsafe too. ssh is a good option like mentioned in the post above.</description>
      <pubDate>Fri, 02 Jun 2006 10:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/3799454#M782293</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-06-02T10:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/3799455#M782294</link>
      <description>Setting this up using ssh would be your best and most secure option. rlogin would be easy as well, but as the other posters have said not recommended.&lt;BR /&gt;&lt;BR /&gt;G'day mate,&lt;BR /&gt;&lt;BR /&gt;John E. Ophious</description>
      <pubDate>Fri, 02 Jun 2006 10:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/3799455#M782294</guid>
      <dc:creator>John E.Ophious</dc:creator>
      <dc:date>2006-06-02T10:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/3799456#M782295</link>
      <description>You could do it pretty easily enough, but while I recommend at least using arguments in place of putting your username/password in a file, that's still tracked through your history (unless you turn that off or clear your history daily).&lt;BR /&gt;&lt;BR /&gt;One other thing you might be able to do, which is a bit more secure, is trust your centralized workstation to all the servers with a .rhosts file that basically looks like this:&lt;BR /&gt;&lt;BR /&gt;+ &lt;YOUR_USERNAME&gt;&lt;BR /&gt;&lt;BR /&gt;This way, you can rlogin into any box that has that .rhosts file with your username and won't have any passwords. I'm going to assume that you're not going to do that as root.&lt;BR /&gt;Make sure you have it chmod'd 600 so prying eyes don't see.&lt;BR /&gt;&lt;BR /&gt;While this is a workable answer, I'd look for something else.&lt;/YOUR_USERNAME&gt;</description>
      <pubDate>Fri, 02 Jun 2006 10:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/3799456#M782295</guid>
      <dc:creator>TKeller</dc:creator>
      <dc:date>2006-06-02T10:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/3799457#M782296</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;if you are thinking about executing command line via telnet, you can consider using remsh command.&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9106-90007/remsh.1.html" target="_blank"&gt;http://docs.hp.com/en/B9106-90007/remsh.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sung</description>
      <pubDate>Fri, 02 Jun 2006 10:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/3799457#M782296</guid>
      <dc:creator>Sung Oh</dc:creator>
      <dc:date>2006-06-02T10:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/3799458#M782297</link>
      <description>And of course, you could install Reflections and automate your logins.&lt;BR /&gt;Regardless of the way you go, keep in mind an automated login is a security risk if exposed to users other than the one intended to use it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Fri, 02 Jun 2006 18:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/3799458#M782297</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2006-06-02T18:42:25Z</dc:date>
    </item>
  </channel>
</rss>

