JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for MOONSHOT-COMMUNITY Archives


MOONSHOT-COMMUNITY Archives

MOONSHOT-COMMUNITY Archives


MOONSHOT-COMMUNITY@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

MOONSHOT-COMMUNITY Home

MOONSHOT-COMMUNITY Home

MOONSHOT-COMMUNITY  March 2011

MOONSHOT-COMMUNITY March 2011

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: OpenSSH and Moonshot

From:

Simon Wilkinson <[log in to unmask]>

Reply-To:

Moonshot community list <[log in to unmask]>, Simon Wilkinson <[log in to unmask]>

Date:

Tue, 15 Mar 2011 19:25:57 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (42 lines)

On 15 Mar 2011, at 13:57, Luke Howard wrote:

> I also managed to get OpenSSH working. This did require some changes to OpenSSH (and, as it happened, to Moonshot). I'll summarise below:
> 
> * OpenSSH checks that for GSS_C_MUTUAL_FLAG in the acceptor's returned flags.

This is required by RFC4462 - it should be the case for all implementations of GSSAPI support in SSH.

> * OpenSSH parses the exported name token and verifies that the encoded mechanism OID matches the negotiated mechanism.

We have to parse the exported name, because it's the only way of going from a GSSAPI name back into something that can be passed into krb5_kuserok. We can't use the display name, because there's no guarantee that that matches the principal used to initiate the connection. The rather paranoid set of checks here was required by the extensive security review that the code underwent before making it into OpenSSH.
> 
> * OpenSSH's set of supported mechanisms is hard-coded. Adding a new one involves adding a dispatch table entry similar to the following:
> 
> ssh_gssapi_mech* supported_mechs[]= {
> #ifdef KRB5
>         &gssapi_kerberos_mech,
>         &gssapi_eap_aes128_mech,
>         &gssapi_eap_aes256_mech,
> #endif
>         &gssapi_null_mech,
> };
> 

This is true on the server side. At the point that this code was written, there was no GSSAPI-based support for checking whether an identity was permitted to become a particular username on the system, or of exporting credentials delegated credentials from the application into a system wide credential cache. The latter is now possible, but it's deployment is currently far from widespread. As a result, the server uses mechanisms specific code to acheive these tasks, hence the requirement for the dispatch table.

The client should be capable of using any GSSAPI mechanism that you throw of it. In fact, if your library is ABI compatible, you should just be able to change the linker path under an existing binary.

> * It would be possible to integrate EAP credentials acquisition with OpenSSH's prompting, but the way that it optimistically generates initial context tokens for each supported mechanism makes this less useful (because the user would need to enter their password multiple times).

This is a real pain - its what's led some vendors to disable GSSAPI support out of the box when they ship OpenSSH. However, it's very hard to avoid - how else do you determine what mechanisms you should be offering to the peer? It's even more of an issue with key exchange, where you only get one chance to get it right - you can't perform any form of mechanism fallback once negotiation is complete.

[ and, in another message ... ]

> It's possible that we want to pass the SSH client identity to gss_acquire_cred()

My GSSAPI patches for OpenSSH (which add key exchange, and numerous other GSSAPI based features) include support for a GSSAPIClientIdentity option which lets the user select the identity that they wish to pass to gss_acquire_cred()

Cheers,

Simon.

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

April 2024
March 2022
December 2021
October 2021
September 2021
August 2021
June 2021
April 2021
February 2021
January 2021
December 2020
November 2020
October 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
January 2020
November 2019
October 2019
September 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
June 2018
April 2018
November 2017
October 2017
September 2017
August 2017
July 2017
May 2017
April 2017
March 2017
February 2017
November 2016
October 2016
August 2016
July 2016
June 2016
May 2016
March 2016
February 2016
January 2016
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager