SFTP connection to IONOS

Hi there,

I am having trouble connecting to my target via SFTP on ionos.de. The connection to the service via Filezilla or Cyberduck works perfectly.

  • Is there anything I could change/try differently reading the connection feedback below?
  • Did anymore establish a SFTP connection to ionos.de? I have also tried another hoster df.eu. Also so luck.
  • Do I need to establish the target through Wappler? I could also use Cyberduck to transfer the files?

Thanks for your feedback

The connection feedback is

Testing Connection …

  • set color:use-color yes
  • set cmd:interactive yes
  • set file:charset utf-8
  • set xfer:clobber on
  • set ftp:timezone
  • set cmd:show-status yes
  • set cmd:set-term-status yes
  • set ftp:list-options -a
  • set cmd:fail-exit yes
  • set cmd:time-style “%Y-%m-%d %H:%M:%S”
  • set ftp:ssl-allow no
  • set ssl:verify-certificate no
  • set sftp:auto-confirm yes
  • set sftp:connect-program “ssh -a -x -v”
  • set net:max-retries 3
  • set net:timeout 20
  • set net:reconnect-interval-base 5
  • set net:reconnect-interval-multiplier 1
  • open -u user,pass sftp://mysite.com
  • cd /firstWeb
    ---- Running connect program (ssh -a -x -v -s -l user mysite.com sftp)
    —> sending a packet, length=5, type=1(INIT), id=0
    <— OpenSSH_8.1p1, LibreSSL 2.7.3
    <— debug1: Reading configuration data /etc/ssh/ssh_config
    <— debug1: /etc/ssh/ssh_config line 47: Applying options for *
    <— debug1: Connecting to mysite.com port 22.
    <— debug1: Connection established.
    <— debug1: identity file /Users/r/.ssh/id_rsa type -1
    <— debug1: identity file /Users/r/.ssh/id_rsa-cert type -1
    <— debug1: identity file /Users/r/.ssh/id_dsa type -1
    <— debug1: identity file /Users/r/.ssh/id_dsa-cert type -1
    <— debug1: identity file /Users/r/.ssh/id_ecdsa type -1
    <— debug1: identity file /Users/r/.ssh/id_ecdsa-cert type -1
    <— debug1: identity file /Users/r/.ssh/id_ed25519 type -1
    <— debug1: identity file /Users/r/.ssh/id_ed25519-cert type -1
    <— debug1: identity file /Users/r/.ssh/id_xmss type -1
    <— debug1: identity file /Users/r/.ssh/id_xmss-cert type -1
    <— debug1: Local version string SSH-2.0-OpenSSH_8.1
    <— debug1: Remote protocol version 2.0, remote software version OpenSSH_7.9p1 Debian-10+deb10u1~ui10+2
    <— debug1: match: OpenSSH_7.9p1 Debian-10+deb10u1~ui10+2 pat OpenSSH* compat 0x04000000
    <— debug1: Authenticating to mysite.com as ‘user
    <— debug1: SSH2_MSG_KEXINIT sent
    <— debug1: SSH2_MSG_KEXINIT received
    <— debug1: kex: algorithm: curve25519-sha256
    <— debug1: kex: host key algorithm: ecdsa-sha2-nistp256
    <— debug1: kex: server->client cipher: mysite.com MAC: compression: none
    <— debug1: kex: client->server cipher: mysite.com MAC: compression: none
    <— debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
    <— debug1: Server host key: ***
    The authenticity of host ‘mysite.com (xxx.xxx.xxx.xxx)’ can’t be established.
    <— ECDSA key fingerprint is ***
    **** Timeout - reconnecting
    ---- Disconnecting

I have the exact issue. Did you ever solve this @4jj?