Hello, I have installed OpenSSH 3.1p1 with the patches applied from swx.co.uk but it still somehow doesn't work, here is the output of a -d on the server:
bash-2.03# ./sshd -d -p 999 debug1: sshd version OpenSSH_3.1p1 debug1: private host key: #0 type 0 RSA1 debug1: read PEM private key done: type RSA debug1: private host key: #1 type 1 RSA debug1: read PEM private key done: type DSA debug1: private host key: #2 type 2 DSA debug1: Bind to port 999 on ::. Server listening on :: port 999. debug1: Bind to port 999 on 0.0.0.0. Server listening on 0.0.0.0 port 999. Generating 768 bit RSA key. RSA key generation complete. debug1: Server will not fork when running in debugging mode. Connection from 10.0.0.245 port 52733 debug1: Client protocol version 2.0; client software version OpenSSH_3.1p1 debug1: match: OpenSSH_3.1p1 pat OpenSSH* Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-1.99-OpenSSH_3.1p1 debug1: list_hostkey_types: ssh-rsa,ssh-dss debug1: Miscellaneous failure debug1: No principal in keytab matches desired name debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: client->server aes128-cbc hmac-md5 none debug1: kex: server->client aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent debug1: dh_gen_key: priv key bits set: 116/256 debug1: bits set: 1600/3191 debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT debug1: bits set: 1602/3191 debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent debug1: kex_derive_keys debug1: newkeys: mode 1 debug1: SSH2_MSG_NEWKEYS sent debug1: waiting for SSH2_MSG_NEWKEYS debug1: newkeys: mode 0 debug1: SSH2_MSG_NEWKEYS received debug1: KEX done debug1: userauth-request for user username service ssh-connection method none debug1: attempt 0 failures 0 Failed none for mbigler from 10.0.0.245 port 52733 ssh2 debug1: userauth-request for user username service ssh-connection method external-keyx debug1: attempt 1 failures 1 debug1: No suitable client data Failed external-keyx for username from 10.0.0.245 port 52733 ssh2 debug1: userauth-request for user username service ssh-connection method gssapi debug1: attempt 2 failures 2 debug1: Miscellaneous failure debug1: No principal in keytab matches desired name Failed gssapi for username from 10.0.0.245 port 52733 ssh2 Anyone has a clue what could be wrong ? If you need more infos (krb5.conf and so on please ask) Regards ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos
