<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="https://purl.org/dc/elements/1.1/" xmlns:content="https://purl.org/rss/1.0/modules/content/" xmlns:foaf="https://xmlns.com/foaf/0.1/" xmlns:og="https://ogp.me/ns#" xmlns:rdfs="https://www.w3.org/2000/01/rdf-schema#" xmlns:schema="https://schema.org/" xmlns:sioc="https://rdfs.org/sioc/ns#" xmlns:sioct="https://rdfs.org/sioc/types#" xmlns:skos="https://www.w3.org/2004/02/skos/core#" xmlns:xsd="https://www.w3.org/2001/XMLSchema#" version="2.0" xml:base="https://www.linuxjournal.com/tag/shell">
  <channel>
    <title>shell</title>
    <link>https://www.linuxjournal.com/tag/shell</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>There's Browser in My SSH</title>
  <link>https://www.linuxjournal.com/content/theres-browser-my-ssh</link>
  <description>  &lt;div data-history-node-id="1090470" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-field-node-image field--type-image field--label-hidden field--item"&gt;  &lt;img src="https://www.linuxjournal.com/sites/default/files/nodeimage/story/11513shellf1.png" width="565" height="480" alt="" typeof="foaf:Image" class="img-responsive" /&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/shawn-powers" lang="" about="https://www.linuxjournal.com/users/shawn-powers" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;Shawn Powers&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;
No, there's SSH in my browser! Although it may not be as logical of a
combination as chocolate and peanut butter, for Chromebook users, an
HTML5 SSH client is pretty amazing. Granted, Google's "crosh" shell
has SSH abilities, but it's a very limited implementation. With the
Chrome extension "Secure Shell", it's easy to SSH in to remote servers
and interact like a traditional terminal window—mostly.
&lt;/p&gt;

&lt;p&gt;
Secure Shell is getting better all the time, and at the time of this writing,
it supports port forwarding, logging in with keys, socks proxying
and even many keyboard shortcuts for programs like Irssi. The keyboard
shortcut support isn't perfect, but for me at least, it's manageable.
&lt;/p&gt;

&lt;img src="https://www.linuxjournal.com/files/linuxjournal.com/ufiles/imagecache/large-550px-centered/u1002061/11513shellf1.png" alt="" title="" class="imagecache-large-550px-centered" /&gt;&lt;p&gt;
Figure 1. It's simple. It's texty. It's awesome.
&lt;/p&gt;

&lt;p&gt;
If you're a Chromebook user and want a real SSH client, give the
"Secure Shell" extension a try. Heck, regardless of the OS you're
using (I'm looking at you, Windows), it's a fast way to get a secure
connection. It's being developed by Google, and it's free via the &lt;a href="https://goo.gl/irXYG"&gt;Play
Store&lt;/a&gt;.
&lt;/p&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/theres-browser-my-ssh" hreflang="und"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Wed, 17 Jul 2013 21:44:27 +0000</pubDate>
    <dc:creator>Shawn Powers</dc:creator>
    <guid isPermaLink="false">1090470 at https://www.linuxjournal.com</guid>
    </item>
<item>
  <title>Shell Game</title>
  <link>https://www.linuxjournal.com/content/shell-game</link>
  <description>  &lt;div data-history-node-id="1084381" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-field-node-image field--type-image field--label-hidden field--item"&gt;  &lt;img src="https://www.linuxjournal.com/sites/default/files/nodeimage/story/11441shellf1.png" width="349" height="273" alt="" typeof="foaf:Image" class="img-responsive" /&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/shawn-powers" lang="" about="https://www.linuxjournal.com/users/shawn-powers" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;Shawn Powers&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;
Many of the cool things in &lt;em&gt;Linux Journal&lt;/em&gt; require the use of the command
line. For us Linux users, that's generally not a big deal, because we
have a terminal window readily available. Some of the time, however,
it's helpful to have a shell account on an Internet host somewhere.
&lt;/p&gt;

&lt;p&gt;
If your Web-hosting service provides shell access, you might be able
to use it for rudimentary command-line procedures. (In fact, Dreamhost
in particular allows SSH tunneling through its servers for clients.)
If you want to use particular programs like screen or irssi though, it will
require something a little more robust.
&lt;/p&gt;

&lt;p&gt;
Some free shell services are available (like
&lt;a href="https://www.geekshells.org"&gt;https://www.geekshells.org&lt;/a&gt;), but they often are very restrictive,
and it can
be challenging to get an account with them. Thankfully, if you don't mind
spending a few dollars a month, shell accounts are fairly common and
relatively inexpensive. The Eggdrop folks have compiled a great list
here: &lt;a href="https://www.egghelp.org/shells.htm"&gt;https://www.egghelp.org/shells.htm&lt;/a&gt;.
&lt;/p&gt;

&lt;img src="https://www.linuxjournal.com/files/linuxjournal.com/ufiles/imagecache/large-550px-centered/u1002061/11441shellf1.png" alt="" title="" class="imagecache-large-550px-centered" /&gt;&lt;p&gt;
Figure 1. Sometimes, you just need a shell.
&lt;/p&gt;

&lt;p&gt;
Of course, if you want to have a full-blown server on the Internet,
it's hard to beat a &lt;a href="https://www.linuxjournal.com/content/february-2013-issue-linux-journal-system-administration"&gt;colocated Raspberry Pi server&lt;/a&gt; like the one Kyle
Rankin talked about last month. However you manage it, it's hard to be
a geek without access to a terminal!
&lt;/p&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/shell-game" hreflang="und"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Fri, 15 Mar 2013 16:45:38 +0000</pubDate>
    <dc:creator>Shawn Powers</dc:creator>
    <guid isPermaLink="false">1084381 at https://www.linuxjournal.com</guid>
    </item>

  </channel>
</rss>
