Using Terminal Proxy it is possible to transfer files from remote devices to the senhasegura server and then download them to your workstation.
SFTP Command
1. To transfer a file through SFTP, access the senhasegura server through Terminal Proxy. Once connected, use the following command:
sftp senhasegura_user[credential@device]@ip_hostname_senhasegura
2. If the user has a double authentication factor set up, use the following command:
- Connecting through Terminal Proxy:
user[]token@ip_hostname_senhasegura
- Connecting straight to senhasegura:
user[credential@device]token@ip_hostname_senhasegura
3. After connecting, use the get and put commands to download and upload a file.