Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1129 connectés 

  FORUM HardWare.fr
  Systèmes & Réseaux Pro
  Réseaux

  SSH mot de passe authentification, Permission denied, please try a

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

SSH mot de passe authentification, Permission denied, please try a

n°165088
mdaud
Posté le 05-09-2019 à 16:52:19  profilanswer
 

Bonjour,
J'utilise git et une connexion SSH pour push mes développements web sur un serveur de production, j'ai donc crée un repository sur mon serveur (Serveur windows 2012 R2) et installé git et OpenSSH sur le serveur.
Tout fonctionnait très bien jusqu’à ce q'une mise à jour windows et le redémarrage du serveur vienne poser problème.
Maintenant quand je tente une connexion ssh au serveur par le biais du prompt windows, mon mot de passe est demandé comme d'habitude puis immédiatement j'obtient "Permission denied, please try again".
Sachant que je suis absolument sûr de mon mot de passe ainsi que de l'adresse du serveur.
voici le fichier sshd_config du serveur : (c:/programData/ssh)
 
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
 
# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented. Uncommented options override the
# default value.
 
#Port 22
#AddressFamily any
#ListenAddress 0.0.0.0
#ListenAddress ::
 
#HostKey __PROGRAMDATA__/ssh/ssh_host_rsa_key
#HostKey __PROGRAMDATA__/ssh/ssh_host_dsa_key
#HostKey __PROGRAMDATA__/ssh/ssh_host_ecdsa_key
#HostKey __PROGRAMDATA__/ssh/ssh_host_ed25519_key
 
# Ciphers and keying
#RekeyLimit default none
 
# Logging
SyslogFacility AUTH
LogLevel DEBUG
 
# Authentication:
 
#LoginGraceTime 2m
#PermitRootLogin prohibit-password
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10
 
PubkeyAuthentication yes
RSAAuthentication yes
 
# The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
# but this is overridden so installations will only check .ssh/authorized_keys
AuthorizedKeysFile C:\Users\mdaudruy\.ssh
StrictModes yes
 
#AuthorizedPrincipalsFile none
 
# For this to work you will also need host keys in %programData%/ssh/ssh_known_hosts
#HostbasedAuthentication no
# Change to yes if you don't trust ~/.ssh/known_hosts for
# HostbasedAuthentication
#IgnoreUserKnownHosts no
# Don't read the user's ~/.rhosts and ~/.shosts files
#IgnoreRhosts yes
 
# To disable tunneled clear text passwords, change to no here!
#PasswordAuthentication yes
#PermitEmptyPasswords no
 
# GSSAPI options
#GSSAPIAuthentication no
 
#AllowAgentForwarding yes
#AllowTcpForwarding yes
#GatewayPorts no
#PermitTTY yes
#PrintMotd yes
#PrintLastLog yes
#TCPKeepAlive yes
#UseLogin no
#PermitUserEnvironment no
#ClientAliveInterval 0
#ClientAliveCountMax 3
#UseDNS no
#PidFile /var/run/sshd.pid
#MaxStartups 10:30:100
#PermitTunnel no
#ChrootDirectory none
#VersionAddendum none
 
# no default banner path
#Banner none
 
# override default of no subsystems
Subsystem sftp sftp-server.exe
 
# Example of overriding settings on a per-user basis
#Match User anoncvs
# AllowTcpForwarding no
# PermitTTY no
# ForceCommand cvs server
 
Match Group administrators
AuthorizedKeysFile __PROGRAMDATA__/ssh/administrators_authorized_keys
 
 
et le détail de la commande ssh -vvv <serveur>
 
OpenSSH_for_Windows_8.0p1, LibreSSL 2.6.5
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/config error:2
debug3: Failed to open file:C:/ProgramData/ssh/ssh_config error:2
debug2: resolving "sntp5202" port 22
debug2: ssh_connect_direct
debug1: Connecting to sntp5202 [172.19.180.9] port 22.
debug1: Connection established.
debug1: identity file C:\\Users\\mdaudruy/.ssh/id_rsa type 0
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_rsa-cert error:2
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_rsa-cert.pub error:2
debug1: identity file C:\\Users\\mdaudruy/.ssh/id_rsa-cert type -1
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_dsa error:2
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_dsa.pub error:2
debug1: identity file C:\\Users\\mdaudruy/.ssh/id_dsa type -1
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_dsa-cert error:2
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_dsa-cert.pub error:2
debug1: identity file C:\\Users\\mdaudruy/.ssh/id_dsa-cert type -1
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_ecdsa error:2
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_ecdsa.pub error:2
debug1: identity file C:\\Users\\mdaudruy/.ssh/id_ecdsa type -1
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_ecdsa-cert error:2
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_ecdsa-cert.pub error:2
debug1: identity file C:\\Users\\mdaudruy/.ssh/id_ecdsa-cert type -1
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_ed25519 error:2
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_ed25519.pub error:2
debug1: identity file C:\\Users\\mdaudruy/.ssh/id_ed25519 type -1
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_ed25519-cert error:2
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_ed25519-cert.pub error:2
debug1: identity file C:\\Users\\mdaudruy/.ssh/id_ed25519-cert type -1
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_xmss error:2
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_xmss.pub error:2
debug1: identity file C:\\Users\\mdaudruy/.ssh/id_xmss type -1
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_xmss-cert error:2
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/id_xmss-cert.pub error:2
debug1: identity file C:\\Users\\mdaudruy/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_for_Windows_8.0
debug1: Remote protocol version 2.0, remote software version WeOnlyDo 2.4.3
debug1: no match: WeOnlyDo 2.4.3
debug2: fd 3 setting O_NONBLOCK
debug1: Authenticating to sntp5202:22 as 'eiffage\\mdaudruy'
debug3: hostkeys_foreach: reading file "C:\\Users\\mdaudruy/.ssh/known_hosts"
debug3: record_hostkey: found key type RSA in file C:\\Users\\mdaudruy/.ssh/known_hosts:1
debug3: load_hostkeys: loaded 1 keys from sntp5202
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/known_hosts2 error:2
debug3: Failed to open file:C:/ProgramData/ssh/ssh_known_hosts error:2
debug3: Failed to open file:C:/ProgramData/ssh/ssh_known_hosts2 error:2
debug3: order_hostkeyalgs: prefer hostkeyalgs: rsa-sha2-512-cert-v01@openssh.com,rs...01@openssh.com,ssh-
sa-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa
debug3: send packet: type 20
debug1: SSH2_MSG_KEXINIT sent
debug3: receive packet: type 20
debug1: SSH2_MSG_KEXINIT received
debug2: local client KEXINIT proposal
debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-
istp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman
group14-sha256,diffie-hellman-group14-sha1,ext-info-c
debug2: host key algorithms: rsa-sha2-512-cert-v01@openssh.com,rs...01@openssh.com,ssh-rsa-cert-v01@opens
h.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.c
m,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecd
a-sha2-nistp521,ssh-ed25519
debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128...cm@openssh.com,aes256-gcm@
penssh.com
debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128...cm@openssh.com,aes256-gcm@
penssh.com
debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm...tm@openssh.com,hmac-sha2-512-etm@ope
ssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm...tm@openssh.com,hmac-sha2-512-etm@ope
ssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none
debug2: compression stoc: none
debug2: languages ctos:
debug2: languages stoc:
debug2: first_kex_follows 0
debug2: reserved 0
debug2: peer server KEXINIT proposal
debug2: KEX algorithms: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,diffie-hell
an-group14-sha1
debug2: host key algorithms: ssh-rsa,ssh-dss
debug2: ciphers ctos: aes128-cbc,aes128-ctr,3des-cbc,blowfish-cbc,aes192-cbc,aes192-ctr,aes256-cbc,aes256-ctr,rijndael1
8-cbc,rijndael192-cbc,rijndael256-cbc,rijndael-cbc@lysator.liu.se,cast128-cbc
debug2: ciphers stoc: aes128-cbc,aes128-ctr,3des-cbc,blowfish-cbc,aes192-cbc,aes192-ctr,aes256-cbc,aes256-ctr,rijndael1
8-cbc,rijndael192-cbc,rijndael256-cbc,rijndael-cbc@lysator.liu.se,cast128-cbc
debug2: MACs ctos: hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-sha1-96,hmac-md5,none
debug2: MACs stoc: hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-sha1-96,hmac-md5,none
debug2: compression ctos: none,none
debug2: compression stoc: none,none
debug2: languages ctos:
debug2: languages stoc:
debug2: first_kex_follows 0
debug2: reserved 0
debug1: kex: algorithm: ecdh-sha2-nistp256
debug1: kex: host key algorithm: ssh-rsa
debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
debug3: send packet: type 30
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug3: receive packet: type 31
debug1: Server host key: ssh-rsa SHA256:lpp3h3e5Tr6uUn/FVPU0nYwUTpRi/UnWwKaDl8C+Cjo
debug3: hostkeys_foreach: reading file "C:\\Users\\mdaudruy/.ssh/known_hosts"
debug3: record_hostkey: found key type RSA in file C:\\Users\\mdaudruy/.ssh/known_hosts:1
debug3: load_hostkeys: loaded 1 keys from sntp5202
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/known_hosts2 error:2
debug3: Failed to open file:C:/ProgramData/ssh/ssh_known_hosts error:2
debug3: Failed to open file:C:/ProgramData/ssh/ssh_known_hosts2 error:2
debug3: hostkeys_foreach: reading file "C:\\Users\\mdaudruy/.ssh/known_hosts"
debug3: record_hostkey: found key type RSA in file C:\\Users\\mdaudruy/.ssh/known_hosts:1
debug3: load_hostkeys: loaded 1 keys from 172.19.180.9
debug3: Failed to open file:C:/Users/mdaudruy/.ssh/known_hosts2 error:2
debug3: Failed to open file:C:/ProgramData/ssh/ssh_known_hosts error:2
debug3: Failed to open file:C:/ProgramData/ssh/ssh_known_hosts2 error:2
debug1: Host 'sntp5202' is known and matches the RSA host key.
debug1: Found key in C:\\Users\\mdaudruy/.ssh/known_hosts:1
debug3: send packet: type 21
debug2: set_newkeys: mode 1
debug1: rekey out after 4294967296 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug3: receive packet: type 21
debug1: SSH2_MSG_NEWKEYS received
debug2: set_newkeys: mode 0
debug1: rekey in after 4294967296 blocks
debug3: unable to connect to pipe \\\\.\\pipe\\openssh-ssh-agent, error: 2
debug1: pubkey_prepare: ssh_get_authentication_socket: No such file or directory
debug1: Will attempt key: C:\\Users\\mdaudruy/.ssh/id_rsa RSA SHA256:90cOJeAtwGQNsCFobWXSyhdv+fSDWxg6B2jhocGRCnY
debug1: Will attempt key: C:\\Users\\mdaudruy/.ssh/id_dsa
debug1: Will attempt key: C:\\Users\\mdaudruy/.ssh/id_ecdsa
debug1: Will attempt key: C:\\Users\\mdaudruy/.ssh/id_ed25519
debug1: Will attempt key: C:\\Users\\mdaudruy/.ssh/id_xmss
debug2: pubkey_prepare: done
debug3: send packet: type 5
debug3: receive packet: type 6
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug3: send packet: type 50
debug3: receive packet: type 51
debug1: Authentications that can continue: password,gssapi-with-mic,publickey
debug3: start over, passed a different list password,gssapi-with-mic,publickey
debug3: preferred publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering public key: C:\\Users\\mdaudruy/.ssh/id_rsa RSA SHA256:90cOJeAtwGQNsCFobWXSyhdv+fSDWxg6B2jhocGRCnY
debug3: send packet: type 50
debug2: we sent a publickey packet, wait for reply
debug3: receive packet: type 60
debug1: Server accepts key: C:\\Users\\mdaudruy/.ssh/id_rsa RSA SHA256:90cOJeAtwGQNsCFobWXSyhdv+fSDWxg6B2jhocGRCnY
debug3: sign_and_send_pubkey: RSA SHA256:90cOJeAtwGQNsCFobWXSyhdv+fSDWxg6B2jhocGRCnY
debug3: sign_and_send_pubkey: signing using ssh-rsa
debug3: send packet: type 50
debug3: receive packet: type 51
debug1: Authentications that can continue: password,gssapi-with-mic,publickey
debug1: Trying private key: C:\\Users\\mdaudruy/.ssh/id_dsa
debug3: no such identity: C:\\Users\\mdaudruy/.ssh/id_dsa: No such file or directory
debug1: Trying private key: C:\\Users\\mdaudruy/.ssh/id_ecdsa
debug3: no such identity: C:\\Users\\mdaudruy/.ssh/id_ecdsa: No such file or directory
debug1: Trying private key: C:\\Users\\mdaudruy/.ssh/id_ed25519
debug3: no such identity: C:\\Users\\mdaudruy/.ssh/id_ed25519: No such file or directory
debug1: Trying private key: C:\\Users\\mdaudruy/.ssh/id_xmss
debug3: no such identity: C:\\Users\\mdaudruy/.ssh/id_xmss: No such file or directory
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethod_is_enabled password
debug1: Next authentication method: password
debug3: failed to open file:C:/dev/tty error:3
debug1: read_passphrase: can't open /dev/tty: No such file or directory
eiffage\mdaudruy@sntp5202's password:
debug3: send packet: type 50
debug2: we sent a password packet, wait for reply
debug3: receive packet: type 51
debug1: Authentications that can continue: password,gssapi-with-mic,publickey
Permission denied, please try again.
debug3: failed to open file:C:/dev/tty error:3
debug1: read_passphrase: can't open /dev/tty: No such file or directory
 
j'ai vraiment fait le tour de la plus part des forums et je commence à désespérer,
D'avance merci.

mood
Publicité
Posté le 05-09-2019 à 16:52:19  profilanswer
 

n°165110
HPIR40
Posté le 07-09-2019 à 10:20:48  profilanswer
 

Faire du linux directement sur un serveur Windows faut être joueur.
 
Il aurait fallu monter une VM avec HyperV, une VM sous debian par exemple et ensuite monter git dans ce serveur.  
 
Git c'est du linux pas du windows avec une sorte d'émulation linux.
 
le ssh sous Windows c'est du beta, la tu es dans une belle galère.....
 
Est ce que au moins les clés sont présentes?
 
quand je vois cela
 

Code :
  1. debug1: Trying private key: C:\\Users\\mdaudruy/.ssh/id_dsa
  2. debug3: no such identity: C:\\Users\\mdaudruy/.ssh/id_dsa: No such file or directory
  3. debug1: Trying private key: C:\\Users\\mdaudruy/.ssh/id_ecdsa
  4. debug3: no such identity: C:\\Users\\mdaudruy/.ssh/id_ecdsa: No such file or directory
  5. debug1: Trying private key: C:\\Users\\mdaudruy/.ssh/id_ed25519
  6. debug3: no such identity: C:\\Users\\mdaudruy/.ssh/id_ed25519: No such file or directory
  7. debug1: Trying private key: C:\\Users\\mdaudruy/.ssh/id_xmss
  8. debug3: no such identity: C:\\Users\\mdaudruy/.ssh/id_xmss: No such file or directory


 
j'en doute.
 
A mon avis ton ssh a complétement sauté.
 
Une piste: https://superuser.com/questions/130 [...] -publickey

n°165114
darkwolf39​17
Otaku 1 jour, Otaku toujours !
Posté le 08-09-2019 à 11:28:20  profilanswer
 

Bonjour,
 
j'ai plutôt l'impression qu'il cherche des infos de config sur ton profile Windows, j'ai déjà vue ça ici :
https://github.com/PowerShell/Win32 [...] -419569571
 
ça pourra peut-être t'aidé

n°165115
darkwolf39​17
Otaku 1 jour, Otaku toujours !
Posté le 08-09-2019 à 11:30:41  profilanswer
 

PS : je suppose que tes clés sont dans ton répertoire d'installation, essai de les copier dans :
C:\\Users\\mdaudruy/.ssh/


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Systèmes & Réseaux Pro
  Réseaux

  SSH mot de passe authentification, Permission denied, please try a

 

Sujets relatifs
Récupérer mots de passe Internet Explorer de 2008 R2 vers 2016Mise en place d'un mot de passe BitLocker au Démarrage du poste
Les serveurs de BDD, SSH obligatoire ?cherche solution d'authentification temporaire sous/pour windows
Serveur Ubuntu KVM + Kimchi VPS innaccessible en SSH de l'exterieurpb sip le téléphone sonne mais la voix ne passe pas
Précharger un mot de passe pour un serviceMot de passe des utilisateurs
Changer de mots de passe Active Directoryauthentification Active Directory et derrive temporelle.
Plus de sujets relatifs à : SSH mot de passe authentification, Permission denied, please try a


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR