Bug Report #1774349239717 Cant Connect to Remote Staging

OS info

  • Operating System : Windows 10.0.26200
  • Wappler Version : 7.7.7

Problem description

Since Upgrade to 7.7.7 I cant connect to remote staging server

Steps to reproduce

  1. When testing connection I get this error 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 -i ~/.ssh/folp_sftpuser_ed25519"
    • 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://xxx.xxx.xxx.xxx
    • cd /var/www/folp-stage
      ---- Running connect program (ssh -a -x -v -i ~/.ssh/folp_sftpuser_ed25519 -s -l user xxx.xxx.xxx.xxx sftp)
      ---> sending a packet, length=5, type=1(INIT), id=0
      <--- sh: line 1: ssh: command not found
      **** Peer closed connection
      ---- Disconnecting
      ---- Running connect program (ssh -a -x -v -i ~/.ssh/folp_sftpuser_ed25519 -s -l user xxx.xxx.xxx.xxx sftp)
      ---> sending a packet, length=5, type=1(INIT), id=0
      <--- sh: line 1: ssh: command not found
      **** Peer closed connection
      ---- Disconnecting
      ---- Running connect program (ssh -a -x -v -i ~/.ssh/folp_sftpuser_ed25519 -s -l user xxx.xxx.xxx.xxx sftp)
      ---> sending a packet, length=5, type=1(INIT), id=0
      <--- sh: line 1: ssh: command not found
      **** Peer closed connection
      ---- Disconnecting
      cd: Fatal error: max-retries exceeded (sh: line 1: ssh: command not found)
  2. ssh exists on my local machine

Is this similar to Can no longer connect to production server with SFTP after update to 7.7.7 - Wappler General / Bugs - Wappler Community?

Fixed in Wappler 7.7.8

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.