Execution of dd command via ssh and output redirection to local file
Last modified on July 24, 2026 • 1 min read • 97 wordsI wanted to copy a whole encrypted partition over the network into a file.
ssh -l root remote-machine 'dd hda1.bin
ssh -l root remote-machine 'dd hda1.bin