<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sys-Admin Information&#039;s &#187; Telnet</title>
	<atom:link href="http://sysinfo.bascomp.org/tag/telnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://sysinfo.bascomp.org</link>
	<description></description>
	<lastBuildDate>Fri, 23 Apr 2010 09:43:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disable Telnet Session</title>
		<link>http://sysinfo.bascomp.org/2008/03/block-telnet-session/</link>
		<comments>http://sysinfo.bascomp.org/2008/03/block-telnet-session/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 08:16:21 +0000</pubDate>
		<dc:creator>Hell-me</dc:creator>
				<category><![CDATA[SMF]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Telnet]]></category>

		<guid isPermaLink="false">http://sysinfo.bascomp.org/2008/03/04/block-telnet-session/</guid>
		<description><![CDATA[Bellow this, is procedure to block/stop/disable telnet service at solaris 10

bash&#62; vi /etc/inetd.conf
&#40;then put comment out ‘#’ below)
#telnet stream tcp6 nowait root /usr/sbin/in.telnetd in.telnetd

(then stop and restart services)

bash&#62; /etc/rc2.d/S72inetsvc stop
bash&#62; /etc/rc2.d/S72inetsvc start

or

bash&#62; /etc/init.d/inetsvc stop
bash&#62; /etc/init.d/inetsvc start

Update:
Solaris 10 x86 updae 6, telnet was offline/disable by default

bash&#62;cat /etc/release 
         [...]]]></description>
			<content:encoded><![CDATA[<p>Bellow this, is procedure to block/stop/disable telnet service at solaris 10</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">bash</span><span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>inetd.conf
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">then</span> put comment out ‘<span style="color: #666666; font-style: italic;">#’ below)</span>
<span style="color: #666666; font-style: italic;">#telnet stream tcp6 nowait root /usr/sbin/in.telnetd in.telnetd</span></pre></div></div>

<p>(then stop and restart services)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">bash</span><span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>rc2.d<span style="color: #000000; font-weight: bold;">/</span>S72inetsvc stop
<span style="color: #c20cb9; font-weight: bold;">bash</span><span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>rc2.d<span style="color: #000000; font-weight: bold;">/</span>S72inetsvc start</pre></div></div>

<p>or</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">bash</span><span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>inetsvc stop
<span style="color: #c20cb9; font-weight: bold;">bash</span><span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>inetsvc start</pre></div></div>

<p><strong>Update:</strong><br />
Solaris 10 x86 updae 6, telnet was offline/disable by default</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">bash</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>release 
                       Solaris <span style="color: #000000;">10</span> <span style="color: #000000;">10</span><span style="color: #000000; font-weight: bold;">/</span>08 s10x_u6wos_07b X86
           Copyright <span style="color: #000000;">2008</span> Sun Microsystems, Inc.  All Rights Reserved.
                        Use is subject to license terms.
                            Assembled <span style="color: #000000;">27</span> October <span style="color: #000000;">2008</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">bash</span><span style="color: #000000; font-weight: bold;">&gt;</span>svcs <span style="color: #000000; font-weight: bold;">|</span><span style="color: #c20cb9; font-weight: bold;">grep</span> telnet
offline         <span style="color: #000000;">13</span>:08:<span style="color: #000000;">13</span> svc:<span style="color: #000000; font-weight: bold;">/</span>network<span style="color: #000000; font-weight: bold;">/</span>telnet:default</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://sysinfo.bascomp.org/2008/03/block-telnet-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
