Sami Lehtinen wrote this
> Are you sure the configuration on the server (2.0.12) allows for
> public key authentication, and that you have set your identification
> and authorization files correctly?
Yes, I am quite sure about that because when I use ssh-2.0.11 client to connect
to ssh-2.0.11 server, It let me authenticate myself via publickey-authentication.
The following is the output of what I got when connecting to ssh-2.0.11 server,
by ssh-2.0.13 client (using debug level 6):
===================
<-- cut off -->
debug: Ssh2AuthClient/sshauthc.c:1063/ssh_auth_client_wrap: 3 supported methods:
'publickey,password,hostbased'
<-- cut off -->
debug: Ssh2Transport/trcommon.c:592/ssh_tr_input_version: Remote version:
SSH-1.99-2.0.11 (non-commercial)
debug: Remote version: SSH-1.99-2.0.11 (non-commercial)
<-- cut off -->
debug: Ssh2AuthClient/sshauthc.c:916/ssh_authc_down_received_packet:
down_received_packet: STARTUP
debug: Ssh2AuthPubKeyClient/authc-pubkey.c:889/ssh_client_auth_pubkey: auth_pubkey op
= 1 user = sawat
debug: Ssh2AuthClient/sshauthc.c:418/ssh_authc_start_next_method: next method
debug: Ssh2AuthPasswdClient/authc-passwd.c:45/ssh_client_auth_passwd: auth_password op
= 1 user = sawat
debug: Ssh2AuthClient/sshauthc.c:418/ssh_authc_start_next_method: next method
debug: Ssh2AuthHostBasedClient/authc-hostbased.c:220/ssh_client_auth_hostbased:
auth_hostbased op = 1 user = sawat
debug: Ssh2AuthClient/sshauthc.c:418/ssh_authc_start_next_method: next method
<-- cut off -->
debug: Ssh2AuthClient/sshauthc.c:705/ssh_authc_down_received_packet:
down_received_packet: PACKET
debug: Ssh2AuthClient/sshauthc.c:532/ssh_authc_process_failure: process_failure cont
= 0
debug: Ssh2AuthClient/sshauthc.c:553/ssh_authc_process_failure: process_failure:
continuations 'publickey,password' partial 0
debug: Ssh2AuthClient/sshauthc.c:595/ssh_authc_process_failure: process_failure:
productive = publickey,password
debug: Ssh2AuthClient/sshauthc.c:418/ssh_authc_start_next_method: next method
debug: Ssh2AuthPubKeyClient/authc-pubkey.c:889/ssh_client_auth_pubkey: auth_pubkey op
= 0 user = sawat
debug:
Ssh2AuthPubKeyClient/authc-pubkey.c:850/ssh_client_auth_pubkey_agent_open_complete:
ssh_client_auth_pubkey_agent_open_complete agent=0x0
debug:
Ssh2AuthPubKeyClient/authc-pubkey.c:771/ssh_client_auth_pubkey_agent_list_complete:
ssh_client_auth_pubkey_agent_list_complete err 0 num 0
debug:
Ssh2AuthPubKeyClient/authc-pubkey.c:797/ssh_client_auth_pubkey_agent_list_complete:
adding keyfile "/home/sawat/.ssh2/default_id" to candidates
<-- cut off -->
debug: Ssh2AuthClient/sshauthc.c:532/ssh_authc_process_failure: process_failure cont
= 1
debug: Ssh2AuthClient/sshauthc.c:553/ssh_authc_process_failure: process_failure:
continuations 'publickey,password' partial 0
debug: Ssh2AuthClient/sshauthc.c:595/ssh_authc_process_failure: process_failure:
productive = publickey,password
debug: Ssh2AuthPubKeyClient/authc-pubkey.c:889/ssh_client_auth_pubkey: auth_pubkey op
= 2 user = sawat
debug: Ssh2AuthClient/sshauthc.c:418/ssh_authc_start_next_method: next method
debug: Ssh2AuthPasswdClient/authc-passwd.c:45/ssh_client_auth_passwd: auth_password op
= 0 user = sawat
sawat's password:
===================
Any ideas?
Much appreciated for your help.
--
[EMAIL PROTECTED]