I have upgraded from 2.0.13 ssh to 2.3.0 on both remote and local host.
On remote host I changed nothing in the sshd2_config file from the default
of 2.0.13 (which oddly enough is also the same for 2.3.0). I have had to
add both the following lines to my local ssh2_config file to be able to
access other remote ssh boxen:
AllowedAuthentications hostbased,publickey,password
MACs anystd
This did not seem to help the remote server in question. I am using
password authentication, and I am supplying the correct password. Why am
I unable to access this remote host with this upgrade when I was able to
do so previous to upgrading?? I am getting the following error after
entering the password 3 times:
Disconnected; no more authentication methods available (No further
authentication methods available.).
Here is the output when using the -v option:
$ ssh -v +x -l dmihm remote.host.xxx
debug: hostname is 'remote.host.xxx'.
warning: Unrecognized configuration parameter requirereversemapping
debug: connecting to remote.host.xxx...
debug: entering event loop
debug: ssh_client_wrap: creating transport protocol
debug: SshAuthMethodClient/sshauthmethodc.c:117/ssh_client_authentication_initialize:
Added "password" to usable methods.
debug: SshAuthMethodClient/sshauthmethodc.c:117/ssh_client_authentication_initialize:
Added "publickey" to usable methods.
debug: SshAuthMethodClient/sshauthmethodc.c:117/ssh_client_authentication_initialize:
Added "hostbased" to usable methods.
debug: Ssh2Client/sshclient.c:1142/ssh_client_wrap: creating userauth protocol
debug: Ssh2Common/sshcommon.c:502/ssh_common_wrap: local ip = xxx.xxx.xxx.xxx, local
port = 41894
debug: Ssh2Common/sshcommon.c:504/ssh_common_wrap: remote ip = xxx.xxx.xxx.xxx, remote
port = 22
debug: SshConnection/sshconn.c:1866/ssh_conn_wrap: Wrapping...
debug: Ssh2Transport/trcommon.c:599/ssh_tr_input_version: Remote version:
SSH-2.0-2.3.0 SSH Secure Shell (non-commercial)
debug: Ssh2Transport/trcommon.c:782/ssh_tr_input_version: Remote version uses 16 byte
key with SHA-1.
debug: Ssh2Transport/trcommon.c:1120/ssh_tr_negotiate: c_to_s: cipher blowfish-cbc,
mac hmac-md5, compression none
debug: Ssh2Transport/trcommon.c:1123/ssh_tr_negotiate: s_to_c: cipher blowfish-cbc,
mac hmac-md5, compression none
debug: Ssh2Client/sshclient.c:406/keycheck_key_match: Host key found from database.
debug: Ssh2Common/sshcommon.c:306/ssh_common_special: Received SSH_CROSS_STARTUP
packet from connection protocol.
debug: Ssh2Common/sshcommon.c:356/ssh_common_special: Received SSH_CROSS_ALGORITHMS
packet from connection protocol.
debug: Ssh2AuthPasswdClient/authc-passwd.c:92/ssh_client_auth_passwd:
Starting password query...
dmihm's password:
debug: Ssh2AuthPasswdClient/authc-passwd.c:92/ssh_client_auth_passwd: Starting
password query...
dmihm's password:
debug: Ssh2Common/sshcommon.c:137/ssh_common_disconnect: DISCONNECT
received: No further authentication methods available. warning:
Authentication failed.
debug: Ssh2/ssh2.c:85/client_disconnect: locally_generated = TRUE
Disconnected; no more authentication methods available (No further authentication
methods available.).
debug: uninitializing event loop
If this box wasn't over 1800 miles away, I wouldn't really have a
problem. :(
--
| d a v i d @ m i h m
| webmaster @ afterstep.org
| ftpmaster @ afterstep.org
--