Tag Archives: scp ssh secure hosts linux server ubuntu copy-files

scp- secure way to copy files over ssh

Written by Mel Kham on . Posted in Linux tutorials

The SCP protocol, which runs on port 22, is similar to the BSD rcp protocol, however unlike rcp, data is encrypted during transfer, to avoid potential packet sniffers extracting usable information from the data packets. The protocol itself does not … Continue reading