From 43a76335af80fbad9efeb4f22f1d0015e6a307ac Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmF293QIINb35puIE44kcDsoUHIhUGyq84" Date: Wed, 9 Nov 2011 19:30:43 -0500 Subject: [PATCH] --- ConfiguringRHEL.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ConfiguringRHEL.mdwn b/ConfiguringRHEL.mdwn index 019ece6..94be5b9 100644 --- a/ConfiguringRHEL.mdwn +++ b/ConfiguringRHEL.mdwn @@ -182,11 +182,12 @@ To start the _gss-server_, run: /opt/moonshot/sbin/gss-server host@localhost & There are two ways to start _gss-client_ – the first specifies an encryption method to use by its OID 1.3.6.1.4.1.5322.22.1.18 (as seen in /etc/gss/mech): - /opt/moonshot/bin/gss-client -mech "{1 3 6 1 4 1 5322 22 1 18}" 127.0.0.1 host@localhost bar + /opt/moonshot/bin/gss-client -mech "{1 3 6 1 4 1 5322 22 1 18}" 127.0.0.1 host@localhost bar The second uses __Simple and Protected GSSAPI Negotiation Mechanism (SPNEGO)__
This chooses the "best" mutually-agreeable encryption method for between client and server. To invoke the client using __SPNEGO__, use: + /opt/moonshot/bin/gss-client -spnego 127.0.0.1 host@localhost bar ##Sample Output -- 2.1.4