- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: LInux Telnet questions
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
01-23-2004 06:28 AM
01-23-2004 06:28 AM
Could not open conection to the host, on port 23:connect Failed
I have set securty level to none. Meaning the Firware is disabled. How do I enable POrt 23
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2004 06:33 AM
01-23-2004 06:33 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2004 06:35 AM
01-23-2004 06:35 AM
Re: LInux Telnet questions
Also I would like to have telnet available. This is only a test box so security is NOT and issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2004 06:49 AM
01-23-2004 06:49 AM
Re: LInux Telnet questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2004 07:02 AM
01-23-2004 07:02 AM
Re: LInux Telnet questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2004 07:51 AM
01-23-2004 07:51 AM
Re: LInux Telnet questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2004 08:29 AM
01-23-2004 08:29 AM
Re: LInux Telnet questions
chkconfig telnet on
this will start the telnet server service.
If you;d like to be able to login as root, then you'll have to add the following entries to /etc/securetty file:
pts/0
pts/1
pts/2
pts/3
pts/4
pts/5
Best Regards....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2004 08:49 PM
01-23-2004 08:49 PM
Re: LInux Telnet questions
putty I would also recommand on the MS Window side.
but if you are in a safe isolated and secure enviroment then Alexander is the way.
Tell us if you have succeded
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2004 09:59 PM
01-23-2004 09:59 PM
Re: LInux Telnet questions
For most distro's and most unix like OS's, you'll need to check that the "telnetd" option is not commented out in /etc/inetd.conf and restart inetd.
On redhat, you'll have to see if you hab an /etc/xinetd.d/telnet and edit it remove the "deny" bit.
I personally am not so averse to telnet as most people and as long as the box is not on the internet and/or you don't care too much about it then it is a nice simple way of logging into a machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2004 08:51 AM
01-24-2004 08:51 AM
Re: LInux Telnet questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2004 06:17 PM
01-24-2004 06:17 PM
Re: LInux Telnet questions
To install openssh, get openssh from redhat.com or get it off your original install cd's
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 05:47 PM
03-09-2004 05:47 PM
Re: LInux Telnet questions
to start the telnetd:
#/etc/init.d/telnetd start
Note: make sure the telnet is installed in the system.