[openssh_client 0005127]: ssh error messages
Mantis Bug Tracker via bug-notifications
bug-notifications at lists.opencsw.org
Sun Feb 23 09:58:01 CET 2014
The following issue has been CLOSED
======================================================================
https://www.opencsw.org/mantis/view.php?id=5127
======================================================================
Reported By: rrossi33
Assigned To: yann
======================================================================
Project: openssh_client
Issue ID: 5127
Category: regular use
Reproducibility: always
Severity: tweak
Priority: normal
Status: closed
Resolution: won't fix
Fixed in Version:
======================================================================
Date Submitted: 2013-11-29 11:30 CET
Last Modified: 2014-02-23 09:58 CET
======================================================================
Summary: ssh error messages
Description:
Hi
When you make ssh to Host/Server ,and you have no host keys.
Then you get
no such identity: /home/xxx/xxx/.ssh/id_rsa: No such file or directory
no such identity: /home/xxx/xxx/.ssh/id_dsa: No such file or directory
no such identity: /home/xxx/xxx/.ssh/id_ecdsa: No such file or directory
followed
by Password prompt.
ssh -vvv Output:
debug2: key: /home/xxx/xxx/.ssh/id_dsa (0), explicit
debug2: key: /home/xxx/xxx/.ssh/id_ecdsa (0), explicit
debug1: Authentications that can continue:
publickey,password,keyboard-interactive,hostbased
debug3: start over, passed a different list
publickey,password,keyboard-interactive,hostbased
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: Trying private key: /home/xxx/xxx/.ssh/id_rsa
no such identity: /home/xxx/xxx.ssh/id_rsa: No such file or directory
debug1: Trying private key: /home/xxx/xxx/.ssh/id_dsa
no such identity: /home/xxx/xxx/.ssh/id_dsa: No such file or directory
debug1: Trying private key: /home/xxx/xxx/.ssh/id_ecdsa
no such identity: /home/xxx/xxx/.ssh/id_ecdsa: No such file or directory
debug2: we did not send a packet, disable method
debug3: authmethod_lookup keyboard-interactive
debug3: remaining preferred: password
debug3: authmethod_is_enabled keyboard-interactive
debug1: Next authentication method: keyboard-interactive
debug2: userauth_kbdint
debug2: we sent a keyboard-interactive packet, wait for reply
debug2: input_userauth_info_req
debug2: input_userauth_info_req: num_prompts 1
Password:
Output older ssh -vvv
ebug2: key: /home/xxx/xxx/.ssh/id_dsa (0)
debug2: key: /home/xxx/xxx/.ssh/id_ecdsa (0)
debug1: Authentications that can continue:
publickey,password,keyboard-interactive,hostbased
debug3: start over, passed a different list
publickey,password,keyboard-interactive,hostbased
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: Trying private key: /home/xxx/xxx/.ssh/id_rsa
debug3: no such identity: /home/xxx/xxx/.ssh/id_rsa
debug1: Trying private key: /home/xxx/xxx/.ssh/id_dsa
debug3: no such identity: /home/xxx/xxx/.ssh/id_dsa
debug1: Trying private key: /home/xxx/xxx/.ssh/id_ecdsa
debug3: no such identity: /home/xxx/xxx/.ssh/id_ecdsa
debug2: we did not send a packet, disable method
debug3: authmethod_lookup keyboard-interactive
debug3: remaining preferred: password
debug3: authmethod_is_enabled keyboard-interactive
debug1: Next authentication method: keyboard-interactive
debug2: userauth_kbdint
debug2: we sent a keyboard-interactive packet, wait for reply
debug2: input_userauth_info_req
debug2: input_userauth_info_req: num_prompts 1
Password:
It seems that debug1 left in
Trying private key:
======================================================================
----------------------------------------------------------------------
(0010694) yann (manager) - 2014-02-02 21:48
https://www.opencsw.org/mantis/view.php?id=5127#c10694
----------------------------------------------------------------------
Hi,
It seems that testing is not really updated since some time due to lack of
manpower.
I will close this bug as it it fixed in unstable and the testing
unfreshness is another issue.
Yann
More information about the bug-notifications
mailing list