- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't login into 11.31
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
05-19-2008 06:28 AM
05-19-2008 06:28 AM
From my 11.31 server I can telnet to others, but not backwards. I stopped already the ipf firewall, the telnet line in inetd.conf is not commented.
I need to be able to make rlogin at least once in order to set up a script to allow to get connected to the system with no password (it is stored in a file and the system is known and well trusted).
Any ideas for helpping to solve this issue?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 08:09 AM
05-19-2008 08:09 AM
Re: Can't login into 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 08:50 AM
05-19-2008 08:50 AM
Re: Can't login into 11.31
How about a clear description of the problem?
What, exactly, are you trying to do, and what,
exactly, happens when you try to do it?
Rlogin and Telnet are two different things.
If SSH works, why is [r?]login so important?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 09:33 AM
05-19-2008 09:33 AM
Re: Can't login into 11.31
Check if you have installed the SEC-00 sec-01 or sec-02 or Bastile, application during installation , that will lockdown the system for security hardening purpose.
Also please provide more information about the problem.
- Is it a new server with 11.31.
- Since when you are having this problem.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 11:06 PM
05-19-2008 11:06 PM
Re: Can't login into 11.31
HPUXBastille -> B.3.0.26
IPFilter -> A.11.31.13
Sec00Tools -> B.01.04.10
ssh works fine, but I need telnet or rlogin at least once, in order to exchange with other server the SSL Keys in order for some scripts to work out well.
I am wondering, how about uninstalling this tools, and as soon as I finish (as I wont need telnet or rlogin anymore) reinstall them? I guess that will work right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 11:10 PM
05-19-2008 11:10 PM
Re: Can't login into 11.31
And witth ssh I can get inside it, with the same user and password.
There are no clues in syslog and no error messages at all as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 01:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 01:02 AM
05-20-2008 01:02 AM
Re: Can't login into 11.31
Can you show us the contents of /etc/pam.conf file ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 01:08 AM
05-20-2008 01:08 AM
Re: Can't login into 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 01:11 AM
05-20-2008 01:11 AM
Re: Can't login into 11.31
spdome1:#/root>cat /etc/pam.conf
#
# PAM configuration
#
# Notes:
#
# If the path to a library is not absolute, it is assumed to be
# relative to the directory /usr/lib/security/$ISA/
#
# For PA applications, /usr/lib/security/$ISA/libpam_unix.so.1 is a
# symbolic link that points to the corresponding PA (32 or 64-bit) PAM
# backend library.
#
# The $ISA (i.e. Instruction Set Architecture) token will be replaced
# by the PAM engine with an appropriate directory string.
# See pam.conf(4).
#
# Also note that the use of pam_hpsec(5) is mandatory for some of
# the services. See pam_hpsec(5).
#
# Authentication management
#
login auth required libpam_hpsec.so.1
login auth required libpam_unix.so.1
su auth required libpam_unix.so.1
dtlogin auth required libpam_hpsec.so.1
dtlogin auth required libpam_unix.so.1
dtaction auth required libpam_hpsec.so.1
dtaction auth required libpam_unix.so.1
ftp auth required libpam_hpsec.so.1
ftp auth required libpam_unix.so.1
rcomds auth required libpam_hpsec.so.1
rcomds auth required libpam_unix.so.1
sshd auth required libpam_hpsec.so.1
sshd auth required libpam_unix.so.1
OTHER auth required libpam_unix.so.1
#
# Account management
#
login account required libpam_hpsec.so.1
login account required libpam_unix.so.1
su account required libpam_unix.so.1
dtlogin account required libpam_hpsec.so.1
dtlogin account required libpam_unix.so.1
dtaction account required libpam_hpsec.so.1
dtaction account required libpam_unix.so.1
ftp account required libpam_hpsec.so.1
ftp account required libpam_unix.so.1
rcomds account required libpam_hpsec.so.1
rcomds account required libpam_unix.so.1
sshd account required libpam_hpsec.so.1
sshd account required libpam_unix.so.1
OTHER account required libpam_unix.so.1
#
# Session management
#
login session required libpam_hpsec.so.1
login session required libpam_unix.so.1
dtlogin session required libpam_hpsec.so.1
dtlogin session required libpam_unix.so.1
ftp session required libpam_hpsec.so.1 bypass_limit_login bypass_umas
k bypass_nologin
ftp session required libpam_unix.so.1
rcomds session required libpam_hpsec.so.1 bypass_limit_login
rcomds session required libpam_unix.so.1
sshd session required libpam_hpsec.so.1
sshd session required libpam_unix.so.1
OTHER session required libpam_unix.so.1
#
# Password management
#
login password required libpam_hpsec.so.1
login password required libpam_unix.so.1
passwd password required libpam_hpsec.so.1
passwd password required libpam_unix.so.1
dtlogin password required libpam_hpsec.so.1
dtlogin password required libpam_unix.so.1
sshd password required libpam_hpsec.so.1
sshd password required libpam_unix.so.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 03:28 AM
05-20-2008 03:28 AM
Re: Can't login into 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 04:15 AM
05-20-2008 04:15 AM
Re: Can't login into 11.31
The last issue for solving the issue, is how to enable to accept the rlogin connections. The server refuses the connections.
desar:/root# rlogin testi1
rcmd: connect: testi1.catastro.minhac.es: Connection refused
testi1 is my 11.31 server, and desar is another server with 11.11 that is in the same net.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 12:56 AM
05-23-2008 12:56 AM
Re: Can't login into 11.31
May 23 10:53:38 testi2 sshd[20606]: Accepted keyboard-interactive/pam for rootsc
from 10.57.224.72 port 56214 ssh2
May 23 10:54:14 testi2 sshd[20606]: SSH: Server;LType: Throughput;Remote: 10.57.
224.72-56214;IN: 5600;OUT: 496;Duration: 36.2;tPut_in: 154.7;tPut_out: 13.7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 02:16 AM
05-23-2008 02:16 AM
Re: Can't login into 11.31
Thanks to all for your help.