====== SCP ====== scp copies files between hosts on a network. It uses ssh for data transfer, and uses the same authentication and provides the same security as a login session. scp SRC USER@HOST:/DEST/ scp test.txt root@abuba.de:/root/test.txt
scp SRC USER@HOST:/DEST/
scp test.txt root@abuba.de:/root/test.txt