Difference between revisions of "SYA710 SSH"

From CDOT Wiki
Jump to: navigation, search
(New page: === Using the Secure Shell to clone a drive or partition === dd if=/dev/sda | ssh 192.168.141.172 "dd of=/dev/sda")
 
(No difference)

Latest revision as of 06:53, 24 October 2008

Using the Secure Shell to clone a drive or partition

dd if=/dev/sda | ssh 192.168.141.172 "dd of=/dev/sda"