- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ways to login if telnet is disabled.
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-30-2002 06:03 AM
04-30-2002 06:03 AM
ways to login if telnet is disabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 06:09 AM
04-30-2002 06:09 AM
Re: ways to login if telnet is disabled.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 06:10 AM
04-30-2002 06:10 AM
Re: ways to login if telnet is disabled.
You can also write your own port daemon terminal program to let in communications, but that can be quite a bit of programming.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 06:17 AM
04-30-2002 06:17 AM
Re: ways to login if telnet is disabled.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 06:18 AM
04-30-2002 06:18 AM
Re: ways to login if telnet is disabled.
I don't know if you can change your policy, but a modification would be to allow telnet from non-root users, and disable telnet for root with the /etc/securetty file. I would still disable the r commands. You can then use ipf/9000 to lock down the traffic allowed to port 23 from trusted ip's. That way if ssh ever fails, you could telnet from your trusted box to your personal account and then su to root.
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 06:28 AM
04-30-2002 06:28 AM
Re: ways to login if telnet is disabled.
In my experience (formerly at a site with about 200 UNIX servers running ssh only), ssh has been very stable. You should not worry about it failing. If it does, it would be no different than if telnet or rlogin failed. You'd have to go to the console or another serial terminal.
If you are switching to ssh because it encrypts the session (including loginid and password), don't forget that you need to use ssh from end to end. For example, if you telnet from your workstation to a server then ssh from that server to another, the encrypted link is just between the servers. Everything you type is in clear text between your workstation and the intermediate server.
Sorry, I don't have an answer for the expired password question.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 06:29 AM
04-30-2002 06:29 AM
Re: ways to login if telnet is disabled.
- No password aging but you got a policy that'll force all users to change their password say every 6 months.
- With password aging, you have to have a script that calculates the expiration field and sends out a message to alert the users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 06:32 AM
04-30-2002 06:32 AM
Re: ways to login if telnet is disabled.
thanks for all your replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 06:34 AM
04-30-2002 06:34 AM
Re: ways to login if telnet is disabled.
HTH
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 06:35 AM
04-30-2002 06:35 AM
Re: ways to login if telnet is disabled.
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 06:59 AM
04-30-2002 06:59 AM
Re: ways to login if telnet is disabled.
Webconsole and lanconsole(L a& N class) are the only way you can go for now.
I would keep telnet access only for super user by configuring inetd.sec file.
-USA...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 07:34 AM
04-30-2002 07:34 AM
Re: ways to login if telnet is disabled.
is it possible to put the login names under inetd.sec file. I thought you can only put hostname/ip under that file. In that case if i am tryong to login from home with a service provider generated ip address i will get deny to login even as superuser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 07:45 AM
04-30-2002 07:45 AM
Re: ways to login if telnet is disabled.
By the way, I'd assume that if you are disabling telnet and the "r" commands for security reasons, you'd also want to disable ftp.
Darrell