<?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 to linux box from remote in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553674#M87266</link>
    <description>If it is for a one-time telnet login (to install some stuff over the network for example) I find myself renaming /etc/securetty (to /etc/securetty.off) and back once finished.&lt;BR /&gt;&lt;BR /&gt;My idea: if security is an issue, don't use telnet (and rsh/remsh, rlogin, rexec). If security is not an issue, securetty can be off (`mv /etc/securetty /etc/securetty.off`).&lt;BR /&gt;&lt;BR /&gt;If you are somewhere in the middle, keep securetty and telnet. Login with your own account and change to root with `su`, `super` or `sudo` (or s-bits on executables)</description>
    <pubDate>Mon, 30 May 2005 04:58:48 GMT</pubDate>
    <dc:creator>C. Beerse_1</dc:creator>
    <dc:date>2005-05-30T04:58:48Z</dc:date>
    <item>
      <title>telnet to linux box from remote</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553667#M87259</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;what should be the entry in /etc/securetty and /etc/pam.d/telnet file to give telnet access to root from remote m/c.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mangesh Khatav</description>
      <pubDate>Sat, 28 May 2005 06:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553667#M87259</guid>
      <dc:creator>Mangesh Khatav_1</dc:creator>
      <dc:date>2005-05-28T06:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to linux box from remote</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553668#M87260</link>
      <description>Remote, are we talking over public networks here?&lt;BR /&gt;&lt;BR /&gt;If so, scrap the idea immediately, and look at using SSH instead, much more secure (and strangely considerably easier).&lt;BR /&gt;&lt;BR /&gt;If you're only talking about trusted local networks, then the only reliable way to do it is to modify '/etc/pam.d/login' and comment out the 'auth required pam_securetty.so' line.&lt;BR /&gt;&lt;BR /&gt;Please not that this method is highly ill-advised!  You should be logging in as a non-admin user, and 'su -' to get root access.</description>
      <pubDate>Sat, 28 May 2005 06:14:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553668#M87260</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-28T06:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to linux box from remote</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553669#M87261</link>
      <description>I tried it but still i couldnt telnet from other m/c as a root.I can telnet by other user&lt;BR /&gt;what will be the problem.&lt;BR /&gt;&lt;BR /&gt;pls help&lt;BR /&gt;&lt;BR /&gt;Mangesh</description>
      <pubDate>Sat, 28 May 2005 06:36:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553669#M87261</guid>
      <dc:creator>Mangesh Khatav_1</dc:creator>
      <dc:date>2005-05-28T06:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to linux box from remote</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553670#M87262</link>
      <description>make sure that securetty line in '/etc/pam.d/login' is either fully removed, or fully commented out.  That is the only thing that will be restricting it.</description>
      <pubDate>Sat, 28 May 2005 06:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553670#M87262</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-28T06:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to linux box from remote</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553671#M87263</link>
      <description>no result.same problem.I renamed the (/etc/pam.d/login)file too. do i have to restart any daemon or service for the same. do i have to give any entry in /etc/securetty file&lt;BR /&gt;</description>
      <pubDate>Sat, 28 May 2005 06:52:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553671#M87263</guid>
      <dc:creator>Mangesh Khatav_1</dc:creator>
      <dc:date>2005-05-28T06:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to linux box from remote</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553672#M87264</link>
      <description>no result.same problem.I renamed the (/etc/pam.d/login)file too. do i have to restart any daemon or service for the same.&lt;BR /&gt;</description>
      <pubDate>Sat, 28 May 2005 06:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553672#M87264</guid>
      <dc:creator>Mangesh Khatav_1</dc:creator>
      <dc:date>2005-05-28T06:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to linux box from remote</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553673#M87265</link>
      <description>'/etc/pam.d/login' MUST EXIST.  Only the 'securetty' line should be removed.&lt;BR /&gt;&lt;BR /&gt;There is nothing you can add to '/etc/securetty' in order to allow a 'telnet' user to log in as 'root'.</description>
      <pubDate>Sat, 28 May 2005 06:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553673#M87265</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-28T06:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to linux box from remote</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553674#M87266</link>
      <description>If it is for a one-time telnet login (to install some stuff over the network for example) I find myself renaming /etc/securetty (to /etc/securetty.off) and back once finished.&lt;BR /&gt;&lt;BR /&gt;My idea: if security is an issue, don't use telnet (and rsh/remsh, rlogin, rexec). If security is not an issue, securetty can be off (`mv /etc/securetty /etc/securetty.off`).&lt;BR /&gt;&lt;BR /&gt;If you are somewhere in the middle, keep securetty and telnet. Login with your own account and change to root with `su`, `super` or `sudo` (or s-bits on executables)</description>
      <pubDate>Mon, 30 May 2005 04:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553674#M87266</guid>
      <dc:creator>C. Beerse_1</dc:creator>
      <dc:date>2005-05-30T04:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to linux box from remote</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553675#M87267</link>
      <description>&lt;BR /&gt;in order to be able to login as root via telnet simply add to /etc/securetty&lt;BR /&gt;pts/0&lt;BR /&gt;pts/1&lt;BR /&gt;pts/2&lt;BR /&gt;pts/3&lt;BR /&gt;and so on until let's say&lt;BR /&gt;pts/10&lt;BR /&gt;Unless you want this system to be honey pot for hackers -do not connect it to the public network</description>
      <pubDate>Mon, 30 May 2005 05:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553675#M87267</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-05-30T05:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to linux box from remote</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553676#M87268</link>
      <description>if setup as above reply's this should should work !&lt;BR /&gt;if not then have a check on log files in /var/login this will maybe reveal more info/pointer to problem.&lt;BR /&gt;&lt;BR /&gt;like ex:&lt;BR /&gt;tail -20 /var/log/messages&lt;BR /&gt;tail -20 /var/log/security&lt;BR /&gt;&lt;BR /&gt;or even better (at the same time that you try to log in as root)&lt;BR /&gt;&lt;BR /&gt;tail -f /var/log/messages&lt;BR /&gt;&lt;BR /&gt;Having said all this unless you have an absolute reason to use to use telnet, do not do this use ssh instead&lt;BR /&gt;&lt;BR /&gt;by using telnet or ftp the user password is transmited in clear on the network (Lan and/or Wan)&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc&lt;BR /&gt;</description>
      <pubDate>Mon, 30 May 2005 09:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553676#M87268</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-05-30T09:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to linux box from remote</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553677#M87269</link>
      <description>Mangesh,&lt;BR /&gt;&lt;BR /&gt;First let me repeat the same as the others -- do not use telnet, use ssh instead. Telnet is not secure. If you are in a very trusted network and need to use telnet for some reason, then do not telnet to the root account, telnet to some mortal account and then use sudo or something like it to become surepuser. &lt;BR /&gt;&lt;BR /&gt;Things to check:&lt;BR /&gt;&lt;BR /&gt;Is telnet server installed? Try this:&lt;BR /&gt;rpm -qa | grep telnet&lt;BR /&gt;if not install it.&lt;BR /&gt;&lt;BR /&gt;Is telnet service enabled?&lt;BR /&gt;chkconfig --list | grep telnet&lt;BR /&gt;if not enable it:&lt;BR /&gt;chkconfig telnet on&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ross&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 May 2005 09:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553677#M87269</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-05-31T09:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to linux box from remote</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553678#M87270</link>
      <description>The only thing U have to do is to rename or delete the file /etc/securetty and telnet from other clients ( u r telling that u can able to login as other users , means telnet server is working fine , so this should solve the pblm )</description>
      <pubDate>Thu, 02 Jun 2005 08:21:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553678#M87270</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-06-02T08:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to linux box from remote</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553679#M87271</link>
      <description>the only only thing you have to do is comment the first line in /etc/pam.d/login and for the telnet server is up remember the telnet service is part of xinetd and that service must be up&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jun 2005 18:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553679#M87271</guid>
      <dc:creator>Gabriel Jiménez Salazar</dc:creator>
      <dc:date>2005-06-03T18:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to linux box from remote</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553680#M87272</link>
      <description>There are 2 ways of doing it:&lt;BR /&gt;&lt;BR /&gt;1. Edit /etc/pam.d/login file, and put a comment (#) in front of the line containing securetty.so, and&lt;BR /&gt;&lt;BR /&gt;2. Edit /etc/securetty, and add all the pseudo ttys in this file, one in each line, like:&lt;BR /&gt;pts/0&lt;BR /&gt;pts/1&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 07 Jun 2005 05:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-linux-box-from-remote/m-p/3553680#M87272</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-06-07T05:10:55Z</dc:date>
    </item>
  </channel>
</rss>

