aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-netkit/netkit-telnet/files/telnet-xinetd
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-01-28 17:51:31 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2015-02-11 21:25:30 -0500
commit56e58865851a3160c49d9929011a0eccc9b0c8e2 (patch)
tree9da577f949475f71022dd67836281f59d77957d6 /meta-networking/recipes-netkit/netkit-telnet/files/telnet-xinetd
parent2d9f8ffb490ea13c9ab70e8825ecb99d2ffefbcc (diff)
downloadmeta-openembedded-contrib-56e58865851a3160c49d9929011a0eccc9b0c8e2.tar.gz
netkit-telnet: add new recipe
netkit-telnet includes the telnetd and client. telnetd: daemon for telnet protocol. telnet: client for telnet protocol. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-netkit/netkit-telnet/files/telnet-xinetd')
-rw-r--r--meta-networking/recipes-netkit/netkit-telnet/files/telnet-xinetd14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/recipes-netkit/netkit-telnet/files/telnet-xinetd b/meta-networking/recipes-netkit/netkit-telnet/files/telnet-xinetd
new file mode 100644
index 0000000000..12204c71b2
--- /dev/null
+++ b/meta-networking/recipes-netkit/netkit-telnet/files/telnet-xinetd
@@ -0,0 +1,14 @@
+# default: on
+# description: The telnet server serves telnet sessions; it uses \
+# unencrypted username/password pairs for authentication.
+service telnet
+{
+ flags = REUSE
+ socket_type = stream
+ wait = no
+ user = root
+ server = /usr/sbin/in.telnetd
+ log_on_failure += USERID
+ disable = yes
+}
+