I have two server (LOCAL) 192.168.1.1 and (REMOTE) 192.168.15.2
I want to untar a file from LOCAL (192.168.1.1) on REMOTE (192.168.15.2) via an SSH connection. What command can I use for that?
source path: /home/user/example.tar.gz
target path: /mnt/untar/extracted_folder