0
Under review
"Failed initialization" error, SFTP
application server output "fatal: Unable to negotiate a key exchange method [preauth]"
OpenSSH_6.6.1p1 Ubuntu-8, OpenSSL 1.0.1f 6 Jan 2014
Ubuntu 14.10
connection with other clients is possible, but textastic returns an error
OpenSSH_6.6.1p1 Ubuntu-8, OpenSSL 1.0.1f 6 Jan 2014
Ubuntu 14.10
connection with other clients is possible, but textastic returns an error
Customer support service by UserEcho
Please try to enable the "Debug Log" setting in the connection's settings screen. Tap on the (i) button on the right side of a connection to change its settings. This creates a log file when you try to connect to the server which might help you find out what's wrong.
Trying 141.22.30.79 ...
Connected to sftp.informatik.haw-hamburg.de (141.22.30.79) port 22
Failure establishing ssh session
Closing connection
its an education server and i asked the developer, and he told me everything is fine and works. We can't find the fault. For example it's possible to connect with other tools (FileZilla) to the server and it works.
I have a similar problem.
I'm trying to connect to my ssh server on a raspberry pi with OpenSSH 7.5
Get this error in the Textastic Log:
== Info: Trying 192.168.2.25...
== Info: TCP_NODELAY set
== Info: Connected to 192.168.2.25 (192.168.2.25) port 22 (#0)
== Info: Failure establishing ssh session
== Info: Closing connection 0
And this on the server side:
Connection from other clients works fine.
I can set a "compatibility_mode" on my server and than it works, but its less secure.
Hello,
Textastic uses libssh2. The latest version of libssh2 supports the following key exchange methods: diffie-hellman-group1-sha1, diffie-hellman-group14-sha1, diffie-hellman-group-exchange-sha1, diffie-hellman-group-exchange-sha256 (see https://www.libssh2.org)
If your server doesn't accept one of these, Textastic cannot connect, sorry.