Hi there,
I am trying to create an SFTP connection via SFTP - SSH connector option. However, the connection creation fails with no specific error.
I have verified the connectivity to the SFTP server endpoint, using the same user name and SSH key (RSA-2048, PEM format), via terminal. It's the PowerAutomate platform that's not establishing the connection for some reason that it's not specifying.
I even tried to test configuring an existing connection, but that too failed.
Error message displayed: "Connection test failed. Please review your configuration and try again."
Output from terminal (redacted)
sftp -i <PEM_FILE> <USER_NAME>@<SFTP_ENDPOINT_DNS>
############################################################################
#This is a secure site containing proprietary and confidential information #
#Any Unauthorized use is prohibited. #
#All activity may be monitored and reported. #
############################################################################
Connected to <SFTP_ENDPOINT_DNS>.
sftp> pwd
Remote working directory: /
sftp> mkdir test
sftp> ls
test
sftp> exit
Could someone help, please?