AutoTools SSH

Perform SSH commands on a remote PC. You can also send files via sftp.
Note: to use a SSH Private key file with AutoTools make sure it's in the OpenSSH format. You can use the following command to generate it:
gpg --export-secret-subkeys subkeyid | openpgp2ssh subkeyid > id_rsa

Examples

Backup online files from your browser to your Rapsberry Pi (or any other SSH server)

Output

When you run a command you will get the output of the command in the variable set in theCommand Variable field.
The output will be an array where each array element is a line in the output.