Print

Print


Dear all,

I have a question about the Moonshot SSH client/Moonshot UI. We are
trying to compile the source code on CentOS 6.4 (x86_64), but we are not
able to make it work with the Moonshot UI.

I think this got something to do with the dependencies. We've installed
the packages using the git repository and build everything from source.
Please see the attachment for the steps we have taken.

We are currently using the LiveDVD (version 1) to run the Moonshot SSH
server, and we are trying to run the client on a CentOS 6.4 system. When
we are trying to log in the server we get this output:

[koen@localhost ~]$ ssh moonshot@debian -v -o GSSAPIAuthentication=yes
OpenSSH_5.8p1, OpenSSL 1.0.0b 16 Nov 2010
debug1: Reading configuration data /usr/local/etc/ssh_config
debug1: Connecting to debian [192.168.56.32] port 22.
debug1: Connection established.
debug1: identity file /home/koen/.ssh/id_rsa type -1
debug1: identity file /home/koen/.ssh/id_rsa-cert type -1
debug1: identity file /home/koen/.ssh/id_dsa type -1
debug1: identity file /home/koen/.ssh/id_dsa-cert type -1
debug1: identity file /home/koen/.ssh/id_ecdsa type -1
debug1: identity file /home/koen/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version
OpenSSH_5.9p1 Debian-5+moonshot1
debug1: match: OpenSSH_5.9p1 Debian-5+moonshot1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.8
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA
ad:db:a7:62:fa:ed:da:09:1e:1d:0f:41:f5:9e:41:a1
debug1: Host 'debian' is known and matches the ECDSA host key.
debug1: Found key in /home/koen/.ssh/known_hosts:2
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue:
publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Next authentication method: gssapi-keyex
debug1: No valid Key exchange context
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure.  Minor code may provide more information
Credentials cache file '/tmp/krb5cc_500' not found

debug1: Unspecified GSS failure.  Minor code may provide more information
Credentials cache file '/tmp/krb5cc_500' not found

debug1: Unspecified GSS failure.  Minor code may provide more information

debug1: Unspecified GSS failure.  Minor code may provide more information
Credentials cache file '/tmp/krb5cc_500' not found

debug1: Next authentication method: publickey
debug1: Trying private key: /home/koen/.ssh/id_rsa
debug1: Trying private key: /home/koen/.ssh/id_dsa
debug1: Trying private key: /home/koen/.ssh/id_ecdsa
debug1: Next authentication method: password
moonshot@debian's password:

The problem is that the Moonshot UI does not appear. What could we've
done wrong? And can it be fixed? Or is this a known Moonshot vs. CentOS
problem that you're probably working on? Which dependencies are
mandatory to enable the OpenSSH-client to use the moonshot identity
provider for authentication?

And if we are going to try to run the Moonshot SSH server on a CentOS
system, are we going to get the same problems? Which dependencies are
mandatory to make the OpenSSH-server moonshot capable?

Attachment: "What we did.rtf" (steps we have taken so far).

Cheers,
Koen