- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Starting HP-UX Secure Shell
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-18-2006 04:44 AM
12-18-2006 04:44 AM
Starting HP-UX Secure Shell
Starting HP-UX Secure Shell
Output from "/sbin/rc2.d/S393secsh start":
----------------------------
Privilege separation user sshd does not exist
EXIT CODE: 255
"/sbin/rc2.d/S393secsh start" FAILED
please give me some ideas, to resolve my problem
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 04:56 AM
12-18-2006 04:56 AM
Re: Starting HP-UX Secure Shell
Please see the following thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=226912&admit=-682735245+1166464538923+28353475
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 05:09 AM
12-18-2006 05:09 AM
Re: Starting HP-UX Secure Shell
"Privilege separation user sshd does not exist"
The user sshd MUST exist on your system. Normally, the installation of HP's SSH bundle takes care of this. If it didn't you might need to try reinstalling SSH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 05:24 AM
12-18-2006 05:24 AM
Re: Starting HP-UX Secure Shell
Myself, I'd re-install Secure Shell .
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 05:46 AM
12-18-2006 05:46 AM
Re: Starting HP-UX Secure Shell
A quick check of some of my systems reveals that sshd's uid and gid can vary from one to another. If you feel like manually adding the user, the /etc/passwd entry is of the form:
sshd:*:192:103:sshd
privsep:/var/empty:/bin/false
and the /etc/group entry is of the form:
sshd::103:
However, I also recommend reinstalling HP-UX Secure Shell.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 11:22 PM
12-18-2006 11:22 PM
Re: Starting HP-UX Secure Shell
when you have no problem starting sshd later, it may that your priv-users sshd is a NIS user, but NIS was not already active when sshd was started.
I changed the startup of sshd to a later point, where NIS was active and no langer got this messages.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2007 09:22 AM
04-09-2007 09:22 AM
Re: Starting HP-UX Secure Shell
Added user
sshd:*:103:103:sshd privsep:/var/empty:/bin/false
Then it worked ok
- Mainak