Enima712 | "Salut le monde",
Alors mon problème est le suivant:
Tout marchait a merveille,connecté par SSH (machine Solaris 11) je modifie le publisher pour le remplacer par le publisher local(repo IPS installé sur une autre locale).Quand soudain le malheur arriva,et la connexion SSH s'arrêta . en verifiant par console je trouve que SSH est online,machine accessible par ping mais quand j'essaie de m'y connecter par SSH aucune réponse.(j'ai essayer de teneter le port 22 j'ai ça en sortie "SSH-2.0-Sun_SSH_2.0" ).Une piste?
[Update 1]: le ssh -v xxx@yy.yyy.yyy.yyy retourne ca:
Code :
- Sun_SSH_2.0, SSH protocols 1.5/2.0, OpenSSL 0x1000005f
- debug1: Reading configuration data /etc/ssh/ssh_config
- debug1: Rhosts Authentication disabled, originating port will not be trusted.
- debug1: ssh_connect: needpriv 0
- debug1: Connecting to yyy.yyy.yyy.yy [yyy.yyy.yyy.yy] port 22.
- debug1: Connection established.
- debug1: ssh_kmf_check_uri: /home/user/.ssh/identity
- debug1: Identity file/URI '/home/user/.ssh/identity' pubkey type UNKNOWN
- debug1: ssh_kmf_check_uri: /home/user/.ssh/id_rsa
- debug1: Identity file/URI '/home/user/.ssh/id_rsa' pubkey type UNKNOWN
- debug1: ssh_kmf_check_uri: /home/user/.ssh/id_dsa
- debug1: Identity file/URI '/home/user/.ssh/id_dsa' pubkey type UNKNOWN
- debug1: Logging to host: yyy.yyy.y.yy
- debug1: Local user: user Remote user: user
- debug1: Remote protocol version 2.0, remote software version Sun_SSH_2.0
- debug1: match: Sun_SSH_2.0 pat Sun_SSH_2.*
- debug1: Enabling compatibility mode for protocol 2.0
- debug1: Local version string SSH-2.0-Sun_SSH_2.0
- debug1: use_engine is 'yes'
- debug1: pkcs11 engine initialized, now setting it as default for RSA, DSA, and symmetric ciphers
- debug1: pkcs11 engine initialization complete
- debug1: Creating a global KMF session.
- debug1: My KEX proposal before adding the GSS KEX algorithm:
- debug1: Failed to acquire GSS-API credentials for any mechanisms (No credentials were supplied, or the credentials were unavailable or inaccessible
- )
- debug1: SSH2_MSG_KEXINIT sent
- Connection closed by yyy.yyy.y.yy
- debug1: Calling cleanup 0x3c2a4(0x0)
|
Message édité par Enima712 le 17-10-2012 à 11:39:23
|