<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Telnet on Amit Agarwal Linux Blog</title>
    <link>/tags/telnet/</link>
    <description>Recent content in Telnet on Amit Agarwal Linux Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 25 Dec 2017 01:00:07 +0000</lastBuildDate>
    
	<atom:link href="/tags/telnet/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>send mail using telnet from script</title>
      <link>/2017/12/25/send-mail-telnet-script/</link>
      <pubDate>Mon, 25 Dec 2017 01:00:07 +0000</pubDate>
      
      <guid>/2017/12/25/send-mail-telnet-script/</guid>
      <description>&lt;p&gt;If you have no other option but to use telnet with authentication to send mail 🙂&lt;/p&gt;
&lt;pre class=&#34;brush:bash&#34;&gt;( echo &#34;ehlo&#34;
sleep 1
auth login
sleep 1
$(echo username |base64)
sleep 1
$(echo password |base64)
sleep 1
mail from: from-address
sleep 1
rcpt to: recepient
sleep 1
data
sleep 1
subject: test 
test mail
. 

exit ) |telnet server port

&lt;/pre&gt;</description>
    </item>
    
    <item>
      <title>Fedora Linux – Display information about users currently logged on – whowatch</title>
      <link>/2010/09/05/fedora-linux-display-information-users-logged-whowatch/</link>
      <pubDate>Sat, 04 Sep 2010 19:01:14 +0000</pubDate>
      
      <guid>/2010/09/05/fedora-linux-display-information-users-logged-whowatch/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Here is description of program/utility to display the currently logged in user in a &lt;a class=&#34;\&amp;quot;zem_slink\&amp;quot;&#34; title=&#34;\&amp;quot;Linux\&amp;quot;&#34; rel=&#34;\&amp;quot;homepage\&amp;quot;&#34; href=&#34;\&#34;&gt;Linux&lt;/a&gt; box (tried on &lt;a class=&#34;\&amp;quot;zem_slink\&amp;quot;&#34; title=&#34;\&amp;quot;Fedora\&amp;quot;&#34; rel=&#34;\&amp;quot;homepage\&amp;quot;&#34; href=&#34;\&#34;&gt;Fedora&lt;/a&gt; 13 Goddard):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;%5C&#34;&gt;Whowatch&lt;/a&gt; is an interactive console utility that displays informations about the users currently logged on to the machine, in &lt;a class=&#34;\&amp;quot;zem_slink\&amp;quot;&#34; title=&#34;\&amp;quot;Real-time&#34; rel=&#34;\&amp;quot;wikipedia\&amp;quot;&#34; href=&#34;\&#34;&gt;real time&lt;/a&gt;. Besides standard information (&lt;a class=&#34;\&amp;quot;zem_slink\&amp;quot;&#34; title=&#34;\&amp;quot;Login\&amp;quot;&#34; rel=&#34;\&amp;quot;wikipedia\&amp;quot;&#34; href=&#34;\&#34;&gt;login&lt;/a&gt;, &lt;a class=&#34;\&amp;quot;zem_slink\&amp;quot;&#34; title=&#34;\&amp;quot;Tty&#34; rel=&#34;\&amp;quot;wikipedia\&amp;quot;&#34; href=&#34;\&#34;&gt;tty&lt;/a&gt;, host, user&amp;amp;#8217;s &lt;a class=&#34;\&amp;quot;zem_slink\&amp;quot;&#34; title=&#34;\&amp;quot;Process&#34; rel=&#34;\&amp;quot;wikipedia\&amp;quot;&#34; href=&#34;\&#34;&gt;process&lt;/a&gt;) you can see type of &lt;a class=&#34;zem_slink&#34; title=&#34;Login&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Login&#34;&gt;login&lt;/a&gt; (ie. ssh, &lt;a class=&#34;\&amp;quot;zem_slink\&amp;quot;&#34; title=&#34;\&amp;quot;Telnet\&amp;quot;&#34; rel=&#34;\&amp;quot;wikipedia\&amp;quot;&#34; href=&#34;\&#34;&gt;telnet&lt;/a&gt;). You can also see selected user&amp;amp;#8217;s processes tree or all system processes tree.  In the process tree mode there is ability to send INT or KILL signal to selected process.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>PuTTY alternatives - AlternativeTo.net</title>
      <link>/2010/07/27/putty-alternatives-alternativeto-net-2/</link>
      <pubDate>Tue, 27 Jul 2010 04:09:35 +0000</pubDate>
      
      <guid>/2010/07/27/putty-alternatives-alternativeto-net-2/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;I like PuTTY quite a bit but do not like the fact that it does not have any tab feature. So, if I am working on multiple machines then un-necessarily I will have too many windows open cluttering my desktop. So, here is the result of my quest to find the alternative:&lt;br&gt;
&amp;lt;a href=&amp;quot;http://alternativeto.net/desktop/putty/&amp;quot;&amp;gt;http://alternativeto.net/desktop/putty/&lt;/a&gt;&amp;lt;h6 class=&amp;quot;zemanta-related-title&amp;quot; style=&amp;quot;font-size: 1em;&amp;quot;&amp;gt;Related articles by Zemanta&lt;/h6&gt; &amp;lt;ul class=&amp;quot;zemanta-article-ul&amp;quot;&amp;gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://blog.amit-agarwal.co.in/2010/06/05/putty-ssh-without-password/&amp;quot;&amp;gt;PuTTY ssh without password&lt;/a&gt; (amit-agarwal.co.in)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.downloadsquad.com/2010/05/18/kitty-is-win32-native-putty/?zemanta-tracking&amp;quot;&amp;gt;KiTTY is Win32-native PuTTY&lt;/a&gt; (downloadsquad.com)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://lifehacker.com/5541871/kitty-adds-session-saving-portability-and-more-to-putty&amp;quot;&amp;gt;KiTTY Adds Session Saving, Portability, and More to PuTTY [Downloads]&lt;/a&gt; (lifehacker.com)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://blog.amit-agarwal.co.in/2010/04/11/putty-export-client-display-on-login-for-opening-x-application-and-terminal/&amp;quot;&amp;gt;PuTTY export client display on login for opening X application and terminal.&lt;/a&gt; (amit-agarwal.co.in)&lt;/li&gt; &lt;/ul&gt; &amp;lt;div class=&amp;quot;zemanta-pixie&amp;quot; style=&amp;quot;margin-top: 10px; height: 15px;&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;zemanta-pixie-a&amp;quot; title=&amp;quot;Enhanced by Zemanta&amp;quot; href=&amp;quot;http://www.zemanta.com/&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;zemanta-pixie-img&amp;quot; style=&amp;quot;border: medium none; float: right;&amp;quot; src=&amp;quot;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/zemified_e3.png&amp;quot; alt=&amp;quot;Enhanced by Zemanta&amp;quot; /&amp;gt;&lt;/a&gt;&amp;lt;span class=&amp;quot;zem-script more-related pretty-attribution&amp;quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>PuTTY alternatives - AlternativeTo.net</title>
      <link>/2010/06/04/putty-alternatives-alternativeto-net/</link>
      <pubDate>Fri, 04 Jun 2010 02:06:45 +0000</pubDate>
      
      <guid>/2010/06/04/putty-alternatives-alternativeto-net/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Sometimes after hours of searching you find a link so good that it needs no introductions and neither any writeup. I found one such page today :&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;http://alternativeto.net/desktop/putty/&amp;quot;&amp;gt;http://alternativeto.net/desktop/putty/&lt;/a&gt;&amp;lt;h6 class=&amp;quot;zemanta-related-title&amp;quot;&amp;gt;Related articles by Zemanta&lt;/h6&gt; &amp;lt;ul class=&amp;quot;zemanta-article-ul&amp;quot;&amp;gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.downloadsquad.com/2010/05/18/kitty-is-win32-native-putty/&amp;quot;&amp;gt;KiTTY is Win32-native PuTTY&lt;/a&gt; (downloadsquad.com)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://blog.amit-agarwal.co.in/2010/04/11/putty-export-client-display-on-login-for-opening-x-application-and-terminal/&amp;quot;&amp;gt;PuTTY export client display on login for opening X application and terminal.&lt;/a&gt; (amit-agarwal.co.in)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://colonelqubit.wordpress.com/2010/05/05/time-to-empty-my-pockets-for-foss-projects/&amp;quot;&amp;gt;Time to empty my pockets for FOSS projects&lt;/a&gt; (colonelqubit.wordpress.com)&lt;/li&gt; &lt;/ul&gt; &amp;lt;div class=&amp;quot;zemanta-pixie&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;zemanta-pixie-a&amp;quot; title=&amp;quot;Reblog this post [with Zemanta]&amp;quot; href=&amp;quot;http://reblog.zemanta.com/zemified/a0e0301f-eb88-41fd-afbb-ab5bea19c81b/&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;zemanta-pixie-img&amp;quot; src=&amp;quot;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/reblog_b96.png&amp;quot; alt=&amp;quot;Reblog this post [with Zemanta]&amp;quot; /&amp;gt;&lt;/a&gt;&amp;lt;span class=&amp;quot;zem-script more-related more-info pretty-attribution paragraph-reblog&amp;quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
