[raspberry-vi] Re: Telnet into RPI

  • From: Tim Chase <raspberry-vi@xxxxxxxxxxxxxxxxx>
  • To: raspberry-vi@xxxxxxxxxxxxx
  • Date: Sun, 24 Mar 2013 13:22:11 -0500

On March 24, 2013, Glenn wrote:
> I'm hoping to try telnetting into the RPI, so maybe I can turn my
> old notetaker into a more powerful computer.

Fortunately, in Debian-like flavors, it should be as simple as

  # apt-get install telnetd

then you can start it with either

  # /etc/init.d/telnetd restart

or possibly if you had openbsd-inetd already installed, you might
need to restart that service too:

  # /etc/init.d/openbsd-inetd restart

> Telnet is secure enough for what is being done on the RPI.

If you only plan to access the RPi from your local network, telnet
should suffice.  If you plan to hang your RPi out on the internet, you
might want to set up a one-time-password scheme using "libpam-opie".
This allows you to have a locally stored list (in a text-file on your
note-taker) of passwords that can be used once and only once.  When
you're out in the wilds (such as an internet cafe) with your
note-taker, you can telnet to your RPi at home using one of these
passwords rather than your actual password.  It doesn't prevent the
transmitted data from being snooped like an SSL/SSH connection would,
but it would at least keep your main/reusable password from being
snooped.

-tim


=========================================================== 
The raspberry-vi mailing list 
Archives: //www.freelists.org/archives/raspberry-vi
Administrative contact: <mike.ray@xxxxxxxxxxxxxx>
-----------------------------------------------------------
Raspberry Pi and the Raspberry Pi logo are trademarks of the Raspberry Pi 
Foundation.

This list is not affiliated to the Raspberry Pi Foundation and the views and 
attitudes expressed by the subscribers to this list do not reflect those of the 
Foundation.

Mike Ray, list creator, January 2013

Other related posts: