Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 558184 - net-misc/openssh: add GSSAPIKeyExchange patch
Summary: net-misc/openssh: add GSSAPIKeyExchange patch
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL: http://www.sxw.org.uk/computing/patch...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-19 17:09 UTC by Johan Jönsson
Modified: 2015-08-20 13:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Jönsson 2015-08-19 17:09:36 UTC
I am trying to connect to a server that uses Kerberos authentification, via SSH. However I need to enable the option "GSSAPIKeyExchange" for this to work. This option is not recognized by OpenSSH.

Reproducible: Always

Steps to Reproduce:
1. Try to connect via SSH using "GSSAPIKeyExchange yes"
Actual Results:  
I get the error message 
"Bad configuration option: gssapikeyexchange
terminating, 1 bad configuration option"

Expected Results:  
Logged me in to the remote computer.

I think there is a patch for OpenSSH that adds the "GSSAPIKeyExchange" configuration option.
Comment 1 Mike Gilbert gentoo-dev 2015-08-19 21:23:53 UTC
Do you have the kerberos USE flag enabled for openssh?
Comment 2 Johan Jönsson 2015-08-20 07:43:56 UTC
(In reply to Mike Gilbert from comment #1)
> Do you have the kerberos USE flag enabled for openssh?

Yes, I have enabled the kerberos USE flag for the entire system, and I have re-emerged openSSH.
Comment 3 Mike Gilbert gentoo-dev 2015-08-20 13:35:47 UTC
> I think there is a patch for OpenSSH that adds the "GSSAPIKeyExchange" configuration option.

http://www.sxw.org.uk/computing/patches/openssh.html
Comment 4 SpanKY gentoo-dev 2015-08-20 13:48:29 UTC
sorry, but no, that patch is way too large, and it's not up-to-date (last release is for 5.7).  see the github diff:
https://github.com/SimonWilkinson/gss-openssh/compare/gss-5_7_1

you can always write your own patch and apply it via epatch_user