- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ssh trushted and non trusted
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-20-2005 04:23 AM
12-20-2005 04:23 AM
Any ideas what I need to do.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 04:27 AM
12-20-2005 04:27 AM
Re: ssh trushted and non trusted
Did you compile your own OpenSSH?
If so did you use the USE_PAM option?
It's required for trusted systems.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 04:31 AM
12-20-2005 04:31 AM
Re: ssh trushted and non trusted
Were you trying to connect yourself as root?
I face sometimes problems like that when changing policies because some software that uses passwd rely on finding the passwd where it was at compilation/install time, have you tried to (re)install ssh after you trusted the box?
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 04:32 AM
12-20-2005 04:32 AM
Re: ssh trushted and non trusted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 04:33 AM
12-20-2005 04:33 AM
Re: ssh trushted and non trusted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 05:45 AM
12-20-2005 05:45 AM
Re: ssh trushted and non trusted
It could be that the user is locked try and perform the following:
Check if a user is locked:
/usr/lbin/getprpw -m lockout $USER
unlock a user:
/usr/lbin/modprpw -v $USER
/usr/lbin/modprpw -l -k $USER
/usr/lbin/modprpw -v $USER
Check lifetime etc....
/usr/lbin/getprpw -m lftm,exptm,mintm,acctexp $USER
Settings for a user
/usr/lbin/modprpw -m lftm=0 $USER
/usr/lbin/modprpw -m exptm=0 $USER
/usr/lbin/modprpw -m mintm=0 $USER
/usr/lbin/modprpw -m acctexp=-1 $USER
/usr/lbin/getprpw -m llog $USER
llog=0
GoodLuck
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 05:49 AM
12-20-2005 05:49 AM
SolutionBill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 06:07 AM
12-20-2005 06:07 AM