FLOW BACKUP LOCATION

/var/db/nodered/flows.json

Enable SFTP - https://www.ixsystems.com/documentation/freenas/9.3/freenas_jails.html#accessing-a-jail-using-ssh

shell: ee /etc/rc.conf

sshd_enable="YES"

save

shell:
service sshd start

The jail’s RSA key pair should be generated and the key’s fingerprint and random art image displayed.

Next, add a user account. If you want the user to have superuser privileges, make sure the user is placed in the wheel group when it is created. Type adduser and follow the prompts. When you get to this prompt, do not press Enter but instead type wheel:

Login group is user1. Invite user1 into other groups? []: wheel

Once the user is created, set the root password so that the new user will be able to use the su command to gain superuser privilege. To set the password, type passwd then input and confirm the desired password.

Finally, test from another system that the user can successfully ssh in and become the superuser. In this example, a user named user1 uses ssh to access the jail at 192.168.2.3. The first time the user logs in, they will be asked to verify the fingerprint of the host:

ssh This email address is being protected from spambots. You need JavaScript enabled to view it..2.3
The authenticity of host '192.168.2.3 (192.168.2.3)' can't be established.
RSA key fingerprint is 6f:93:e5:36:4f:54:ed:4b:9c:c8:c2:71:89:c1:58:f0.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.2.3' (RSA) to the list of known hosts.
Password: type_password_here

Use WinSCP