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
-
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)
-
ssh exists on my local machine