Here is the situation there are 2 servers: SRV1 (IP:1.2.3.4) & SRV2 (IP:9.8.7.6)
- you can connect to SRV1 from your local computerwith the private-key : test-user-private.pem with the username test.user
- SRV2 however is only accessible from SRV1 with the private-key: private-user-key.pem for the user private.user
- There is a file in SRV2 at the location : /data/app/logs/log_archive.tgz
Explain how you would get the above-mentioned file into your local computer Please state it in commands, interspersing them with comments against each command