- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problems installing openssh 4.2
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-28-2005 06:44 AM
12-28-2005 06:44 AM
problems installing openssh 4.2
ERROR: Unknown owner and/or group for file "/usr/local/libexec/ssh-keysign". SUID and/or SGID bit was not set.
ssh-keysign has permissions of rwx--x--x
I gave it a suid with a chmod of 4711 but I still got the error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 06:50 AM
12-28-2005 06:50 AM
Re: problems installing openssh 4.2
You need to assign a valid owner:group with 'chown' and then 'chmod'. For example:
# chown root:sys /usr/local/libexec/ssh-keysign
# chmod 4755 usr/local/libexec/ssh-keysign
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 06:55 AM
12-28-2005 06:55 AM
Re: problems installing openssh 4.2
root-bin for owners
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 06:56 AM
12-28-2005 06:56 AM
Re: problems installing openssh 4.2
root-bin for owners
After making the changes, stop/start the sshd process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 07:05 AM
12-28-2005 07:05 AM
Re: problems installing openssh 4.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 07:18 AM
12-28-2005 07:18 AM
Re: problems installing openssh 4.2
So, having (re)run the installation, now manually issue the 'chown' and 'chmod'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 07:23 AM
12-28-2005 07:23 AM
Re: problems installing openssh 4.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 10:39 AM
12-28-2005 10:39 AM
Re: problems installing openssh 4.2
T1471AA_A.04.20.004_HP-UX_B.11.00_32+64.depot and loaded this and everything came up fine...