gogolith / GoCoEdit

GoCoEdit - Code & Text Editor for iOS / Issue tracker
https://gocoedit.app
58 stars 15 forks source link

Cannot connect to SFTP with non-standard port #132

Open danielpox opened 3 years ago

danielpox commented 3 years ago

My web hosting provider uses a port like 64005 (not the actual port, but almost), and not the standard 22 for SSH (SFTP) access. When connecting via GCE nothing happens. It just says it’s connecting, but it times out.

I can connect via FTP and port 21, but that is insecure and not an option.

mmodrow commented 1 year ago

I have the same issue. I’m trying to connect to sftp using a passphrase protected aes-128 rsa key via port 42222 and get error -18 and -16. WebSSH knows to connect well to the same server with the same key over the same connection.