Trying to login from a UNIX environment to Core FTP Server ( I do not control it ), but here are the logs. It is unable to connect, gets to waiting for SSH2_MSG_NEWKEYS, then just waits and waits, why is this?
They provided the key, and I put it in for the user they are using when they connect.
==============
Logs:
atlsrtg1:/home/sreaiapp
sreaiapp> sftp ---------------
Connecting to ---------------...
Warning: Permanently added '---------------' (RSA) to the list of known hosts.
^Catlsrtg1:/home/sreaiapp
sreaiapp> sftp -vvv ---------------
Connecting to ---------------...
debug1: SSH args "ssh -oProtocol = 2 -s -oForwardAgent = no -oForwardX11 = no -l --------------- -v -v -v --------------- sftp"
SSH Version Sun_SSH_1.0.1, protocol versions 1.5/2.0.
debug1: Reading configuration data /home/sreaiapp/.ssh/config
debug1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: ssh_connect: getuid 906 geteuid 906 anon 1
debug1: Connecting to --------------- [---------------] port 22.
debug1: Connection established.
debug1: Bad RSA1 key file /home/sreaiapp/.ssh/id_rsa.
debug1: identity file /home/sreaiapp/.ssh/id_rsa type 3
debug1: Bad RSA1 key file /home/sreaiapp/.ssh/id_dsa_test.
debug1: identity file /home/sreaiapp/.ssh/id_dsa_test type 3
debug1: Bad RSA1 key file /home/sreaiapp/.ssh/id_rsa_1024_a-eaiapp_OpenSSH.
debug1: identity file /home/sreaiapp/.ssh/id_rsa_1024_a-eaiapp_OpenSSH type 3
debug1: Remote protocol version 2.0, remote software version CoreFTP-0.1.1
debug1: no match: CoreFTP-0.1.1
Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-Sun_SSH_1.0.1
debug1: sent kexinit: ----------------group1-sha1
debug1: sent kexinit: ssh-rsa,ssh-dss
debug1: sent kexinit: aes128-cbc,blowfish-cbc,3des-cbc,rijndael128-cbc
debug1: sent kexinit: aes128-cbc,blowfish-cbc,3des-cbc,rijndael128-cbc
debug1: sent kexinit: hmac-sha1,hmac-md5
debug1: sent kexinit: hmac-sha1,hmac-md5
debug1: sent kexinit: none
debug1: sent kexinit: none
debug1: sent kexinit: en_US
debug1: sent kexinit: en_US
debug1: send KEXINIT
debug1: done
debug1: wait KEXINIT
debug1: got kexinit: di----------------group1-sha1,diffie-hellman-group14-sha1
debug1: got kexinit: ssh-rsa
debug1: got kexinit: aes128-cbc,3des-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,rijndael128-cbc,rijndael192-cbc,rijndael256-cbc,rijndael-cbc@lysator.liu.se
debug1: got kexinit: aes128-cbc,3des-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,rijndael128-cbc,rijndael192-cbc,rijndael256-cbc,rijndael-cbc@lysator.liu.se
debug1: got kexinit: hmac-sha1,hmac-md5,none
debug1: got kexinit: hmac-sha1,hmac-md5,none
debug1: got kexinit: none,none
debug1: got kexinit: none,none
debug1: got kexinit:
debug1: got kexinit:
debug1: first kex follow: 0
debug1: reserved: 0
debug1: done
debug2: mac_init: found hmac-sha1
debug1: kex: server->client unable to decide common locale
debug1: kex: server->client aes128-cbc hmac-sha1 none
debug2: mac_init: found hmac-sha1
debug1: kex: client->server unable to decide common locale
debug1: kex: client->server aes128-cbc hmac-sha1 none
debug1: Sending SSH2_MSG_KEXDH_INIT.
debug1: bits set: 478/1024
debug1: Wait SSH2_MSG_KEXDH_REPLY.
debug1: Got SSH2_MSG_KEXDH_REPLY.
debug1: Host '---------------' is known and matches the RSA host key.
debug1: Found key in /home/sreaiapp/.ssh/known_hosts:238
debug1: bits set: 529/1024
debug1: ssh_rsa_verify: signature correct
debug1: Wait SSH2_MSG_NEWKEYS.