- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: deconfigure ssh2 to get telnet working again
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
12-03-2003 04:58 AM
12-03-2003 04:58 AM
deconfigure ssh2 to get telnet working again
We don't know how ssh stops telnet, but now my system (5.1B C2) doesn't listen to port 23, but the services file is unchanged !!
any help ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 07:19 PM
12-03-2003 07:19 PM
Re: deconfigure ssh2 to get telnet working again
The services-files is only a portname/portnumber converting mechanism.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 06:50 AM
12-04-2003 06:50 AM
Re: deconfigure ssh2 to get telnet working again
When you reboot the system, it doesn't listen to the port 23 anymore (#netstat -a)
thanks
antonio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 06:38 PM
12-04-2003 06:38 PM
Re: deconfigure ssh2 to get telnet working again
If telnetd doesn't start at all, check the log files for error messages. Maybe ssh will eat up all free ports in the range of 23...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 05:05 AM
12-05-2003 05:05 AM
Re: deconfigure ssh2 to get telnet working again
Mabye this is obvious to you already but I found that stopping the ssh2 daemon allows telnet to work again. The command is:
/sbin/init.d/sshd stop
The documentation seems to point to the EnforceSecureRutils parameter in the /etc/ssh2/ssh2_config file on the client machine. Even after setting this to "no" I found that telnet won't work when the ssh2d is running on the server side.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 09:30 AM
12-05-2003 09:30 AM
Re: deconfigure ssh2 to get telnet working again
---
There is not any telnet deamon running in my system. In fact, looking to a system (5.1B also) without ssh configured, where the telnet is working, you can`t see any telnetd process either.
---
I thought that this was something usual in the ssh world. I now see that something wrong is happening here. I'll post all the configuration files in a couple of days.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2003 07:31 PM
12-07-2003 07:31 PM
Re: deconfigure ssh2 to get telnet working again
So a telnetd is only seen if a connection was established or started.
we are still waiting for the config files...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 06:35 AM
12-10-2003 06:35 AM
Re: deconfigure ssh2 to get telnet working again
DB1 - 5.1B without ssh2 "server" configured.
Telnet works. The telnetd starts when is needed by inetd.
This box can use ssh2 without problem.
AS2 - 5.1B with ssh2 "server" configured.
Telnet gives this error:
db1./u01/oracle> telnet as2
Trying 172.17.0.17...
telnet: Unable to connect to remote host: Connection refused
db1./u01/oracle>
We'd like to be able to use ssh2 "AND" telnet.
This is the case in DB1; both (ssh2 & telnet works).
As far as I know, telnet should accept connections in AS2:
- /etc/services seems to be OK
- /etc/inetd.conf same story
- netstat doesn't show up telnet as being "listened".
I can't post the sshd_config file until tomorrow; sorry.
I post a parcial snapshot of services & inetd.conf.
What I suspect is that the configuration od ssh2 server somehow is preventing telnet from accespting connections anymore.
Thanks for your help
regards
antonio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 09:58 AM
12-11-2003 09:58 AM
Re: deconfigure ssh2 to get telnet working again
Any more ideas will be welcome.
Thanks
antonio