- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Telnet to Linux Box
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 04:40 AM
04-15-2002 04:40 AM
I first ask you all sorry for asking such a silly question, as u are an expert !!But I am new to Linux... Can any one tell me "How to enable telnet services to a Linux Box so that i can control it from anywhere in my LAN.. Help me out..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 06:02 AM
04-15-2002 06:02 AM
Solution1) xinetd is active:
root@foo# ps -edf | grep xinetd
gives you a line like:
root 345 1 0 Mar 15 ? 00:00:00 xinetd -stayalive ... etc.
2) check for a file named:
/etc/xinetd.d/telnet
3) edit this file.
4) The file look like:
service telnet
{
type = INTERNAL
id = echo-stream
socket_type = stream
...etc.
disable = yes
}
5) change the disable = yes to a disable = no
6) type :
# /etc/init.d/xinetd restart
and this should do.
Hope it helps.
Regards,
Thierry BAILLON
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 03:04 AM
04-18-2002 03:04 AM
Re: Telnet to Linux Box
It worked.... Here's your points..
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 09:13 AM
06-24-2003 09:13 AM
Re: Telnet to Linux Box
What is the secret of this?
Can somebody help me with this?
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 05:25 PM
06-24-2003 05:25 PM
Re: Telnet to Linux Box
If you really want to, you can change this behaviour (look at /etc/pam.d/telnet, and the 'securetty' line), but I'd highly suggest leaving it as it is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 09:29 PM
06-24-2003 09:29 PM
Re: Telnet to Linux Box
i have answered ur question in ur post.
and to the OP, please use ssh instead of telnet if u are on a public lan or if ur data security is important.
-balaji