hi,
i'm trying to connect to a mysql using a ssh-tunnel using password
authentication only.
first the login-protocol:
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host '
cf-intern.deatech.at' is known and matches the RSA host
key.
debug1: Found key in /Users/tjahn/.ssh/known_hosts:3
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /Users/tjahn/.ssh/identity
debug1: Trying private key: /Users/tjahn/.ssh/id_rsa
debug1: Trying private key: /Users/tjahn/.ssh/id_dsa
debug1: Next authentication method: password
debug1: read_passphrase: can't open /dev/tty: Device not configured
debug1: permanently_drop_suid: 502
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
debug1: read_passphrase: can't open /dev/tty: Device not configured
debug1: permanently_drop_suid: 502
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
debug1: read_passphrase: can't open /dev/tty: Device not configured
debug1: permanently_drop_suid: 502
debug1: Authentications that can continue: publickey,password
debug1: No more authentication methods to try.
Permission denied (publickey,password).
here i tried to enter the password manually, the result was
surprising:
a login-window is showing up, where i should enter the password for:
"user1
ssh-some_id
ssh-...@cf-intern.deatech.at"
this is exacltly what was shown on the login-window.
the ssh-some_id is a ssh-user from another profile, which i have
deleted already. somehow these profiles or should i say "favourites"
seem to have mixed up..
only one time Sequel was able to connect, so the login-datat seem to
be correct.