WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How to use telnetd  (Read 3052 times)

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
How to use telnetd
« on: August 26, 2013, 09:32:19 AM »
I have currently vsftpd and openssh installed and working for a long time. They come from separate packages openssh.tcz and vsftpd.tcz. Now I want to install telnetd but can't find it in repos. I saw some posts about inetutils-servers.tcz but I don't want the other servers that come with it because I already have them installed and running. I also saw that buzybox may have telnetd?
Can someone clarify this for me?
Thanks.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11502
Re: How to use telnetd
« Reply #1 on: August 26, 2013, 09:44:39 AM »
Hi mbertrand
Busybox does offer  telnetd  but it is not compiled in in the Tinycore version.

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: How to use telnetd
« Reply #2 on: August 26, 2013, 09:47:06 AM »
Ok so the only option is to use the inetutils-servers.tcz ?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: How to use telnetd
« Reply #3 on: August 26, 2013, 09:52:51 AM »
Or you can compile busybox with only telnetd; or any other telnet server, of course.
The only barriers that can stop you are the ones you create yourself.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11502
Re: How to use telnetd
« Reply #4 on: August 26, 2013, 09:54:29 AM »
Hi mbertrand
That is the only extension in the repo that contains  telnetd. If you feel the other servers included in  inetutils-servers.tcz
will cause a problem, turn  /usr/local/sbin/telnetd  into a custom extension.

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: How to use telnetd
« Reply #5 on: August 26, 2013, 10:02:21 AM »
Sorry but I'm not familiar with inet, what do you mean a "custom extension"?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11502
Re: How to use telnetd
« Reply #6 on: August 26, 2013, 10:11:16 AM »
Hi mbertrand
Unsquash  inetutils-servers.tcz, remove any servers you don't want, then squash whats left back into an extension.
The Wiki has more info on creating extensions.

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: How to use telnetd
« Reply #7 on: August 26, 2013, 10:21:41 AM »
Oh sorry I did not know you where talking about the extension it self but referring to some extension for inet.
Ok I got it! thanks.