- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSH gss_krb5_copy_ccache failing
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
01-22-2010 12:23 PM
01-22-2010 12:23 PM
SSH gss_krb5_copy_ccache failing
gss_krb5_copy_ccache() failed
And that's about it. The kerberos creds coming from the client have all the necessary flags for forwarding and delegation (FPRAT, to be specific). And, when SSHing to other machines using the exact same ssh client and credentials (a mixed bag of Solaris and Linux), delegation works fine and we end up with the expected credentials on the destination server.
Also, kerberos otherwise works fine on the HP-UX boxes. We can kinit, and ssh out from them and the tickets are forwarded as expected. The problem seems to exclusively affect sshd when it tries to store incoming credentials.
The only other references I've found to this error were client issues, and we've eliminated the client as the problem so we're all but stumped at this point.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2010 12:28 PM
01-22-2010 12:28 PM
Re: SSH gss_krb5_copy_ccache failing
check this link :
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1285607
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2010 12:38 PM
01-22-2010 12:38 PM
Re: SSH gss_krb5_copy_ccache failing
The end result of that post also seemed to be that they made the error go away by simply turning off delegation on the client, but they didn't actually get credential forwarding to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2010 05:22 PM
01-22-2010 05:22 PM
Re: SSH gss_krb5_copy_ccache failing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 10:23 AM
01-25-2010 10:23 AM
Re: SSH gss_krb5_copy_ccache failing
Server:
KerberosAuthentication yes
KerberosOrLocalPasswd yes
KerberosTicketCleanup yes
GSSAPIAuthentication yes
GSSAPICleanupCredentials yes
Client:
GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes
Also to clarify, using the exact same sshd_config+ssh_config on other platforms, delegation works as expected.