how to setup /run telnet server
Ewan Mac Mahon
ewan at macmahon.me.uk
Fri Mar 24 22:33:05 UTC 2006
On Fri, Mar 24, 2006 at 11:52:27PM +0900, Craig Hagerman wrote:
> On 3/24/06, Patrick Siglin <poison at list.memphistw.org> wrote:
> > On Thu, 2006-03-23 at 23:53 -0800, Matthew Kuiken wrote:
> > > Patrick Siglin wrote:> >
> > Man that wasn't the message I read. 8-) I must have been in my own
> > world. I saw telnet and instantly responded ssh. OOps. I still can not
> > see a valid reason to run telnet if ssh is in place. Oh well I will be
> > sure to read the entire message next time.
>
> Ahh... me too... I didn't read down the whole way.....
> I have two reasons for using telnet. The server in question is in
> Canada in my parent's basement with mythttv set up on it. I live in
> Japan and am in Canada for a couple weeks now when I can tweak the
> server. The newest version of mythtv allows remost connections to the
> frontend via telnet. (telnet ONLY, no ssh at this point). This will
> allow me to control the frontend from a remote location (ie Japan).
>
That is not a good reason to run a telnet server, and for two reasons:
Firstly, it won't do what you seem to expect - for this sort of remote
control application the thing you're controlling (MythTV in this case)
/is/ the server - you simply use a telnet client to connect to it.
Secondly, you wouldn't sanely leave the MythTV interface open to the
internet, you'd have it listen on the loopback interface, ssh into the
box from your remote location, then run a telnet client on the Myth box
to connect to MythTV itself.
> The second reason is that even with the security issues I really want
> to have a secondary way into the box.
Then either use two separate ssh daemons (eg one on port 22, one on port
222) so that if you lock youself out of one you can get in via the
other; alternatively if you want a completely different access method
then consider something like OpenVPN.
What happens if the box gets cracked while you're in Japan and there's
no-one locally who can do the reinstall? It's not worth running telnet.
Ewan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20060324/7540f1cd/attachment.sig>
More information about the ubuntu-users
mailing list