- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem logging using telnet session
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-04-2005 08:19 PM
01-04-2005 08:19 PM
Problem logging using telnet session
I am not able to login using the telnet session from the remote pc, but am able to get the telnet session and i can login through
ftp session.
Thanks in advance
Nags
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 08:23 PM
01-04-2005 08:23 PM
Re: Problem logging using telnet session
Check if you have the telnet deamon running:
#ps -fu root|grep telnet
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 08:25 PM
01-04-2005 08:25 PM
Re: Problem logging using telnet session
get the telnet login session but it is not
accepting my username and password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 08:34 PM
01-04-2005 08:34 PM
Re: Problem logging using telnet session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 08:43 PM
01-04-2005 08:43 PM
Re: Problem logging using telnet session
password its not accepting it, but am get ftp
login with same username and passwd.
Is there any thing we need to edit to get the
telnet login.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 08:48 PM
01-04-2005 08:48 PM
Re: Problem logging using telnet session
check on /etc/passwd file .the login shell may be set as /usr/bin/false.if yes edit it as /usr/bin/sh
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 08:55 PM
01-04-2005 08:55 PM
Re: Problem logging using telnet session
#ps -fu root|grep /usr/sbin/inetd
You must have this process running!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 10:00 PM
01-04-2005 10:00 PM
Re: Problem logging using telnet session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 10:18 PM
01-04-2005 10:18 PM
Re: Problem logging using telnet session
add tty1 to /etc/securetty and try again.
Post the result
be aware that it isn't the right solution, better is using of ssh
rgds Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 11:27 PM
01-04-2005 11:27 PM
Re: Problem logging using telnet session
If you are getting blank window then telnet login from your ip-address is blocked with inetd.sec or tcp wrappers.
If you are getting login messages like,
Login:
passwd:
then /etc/securetty file or pam.conf is containing blocking informations or /etc/profile contains script to block your login.
HTH.