Tag Archives: ssh

Copy files from computer to computer securely using SCP – A short guide

SCP is a program that enables you to copy a file from one machine to another using an encrypted SSH stream. This makes sure that no-one can read or alter your data while it’s been transmitted. I regulary use this to copy files from my university to my apartment in a secure manner.  You can also use SCP to pull … Continue reading