HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: telnet issue!!
Operating System - HP-UX
1833780
Members
2200
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
11-30-2005 09:18 PM
11-30-2005 09:18 PM
telnet issue!!
HI,
I am doing a telnet from a HP Server to a Linux Server.
I am getting the following error:
telnetd: Failed to contact authentication daemon
Can any body help me out ..
I am doing a telnet from a HP Server to a Linux Server.
I am getting the following error:
telnetd: Failed to contact authentication daemon
Can any body help me out ..
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 09:25 PM
11-30-2005 09:25 PM
Re: telnet issue!!
Shalom Amit,
It worked prior today?
What is the pam configuration?
What has recently been changed ont he Linux server?
Has telnet been authorized to run in xinetd on the Linux server. ITs not done by default.
On Linux:
cd /etc/xinetd.d
find the telnet file
vi it.
change
disable = yes
to
disable = no
Restart the xinetd daemon.
service xinetd restart
Try again.
SEP
It worked prior today?
What is the pam configuration?
What has recently been changed ont he Linux server?
Has telnet been authorized to run in xinetd on the Linux server. ITs not done by default.
On Linux:
cd /etc/xinetd.d
find the telnet file
vi it.
change
disable = yes
to
disable = no
Restart the xinetd daemon.
service xinetd restart
Try again.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
12-01-2005 02:25 AM
12-01-2005 02:25 AM
Re: telnet issue!!
Good Day Amit ! ,
Check if telnet is disabled in linux side.
Check in /etc/xinet.d/telnet
---------------------
service telnet
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
disable = yes
}
----------------------
Make disable = no.
Restart xinted # xinetd restart
Cheers,
Raj.
Check if telnet is disabled in linux side.
Check in /etc/xinet.d/telnet
---------------------
service telnet
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
disable = yes
}
----------------------
Make disable = no.
Restart xinted # xinetd restart
Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 03:01 AM
12-01-2005 03:01 AM
Re: telnet issue!!
telnet is not Disabled on the Linux Side.
# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
server = /opt/boksm/lib/in.telnetd
log_on_failure += USERID
# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
server = /opt/boksm/lib/in.telnetd
log_on_failure += USERID
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP