Tag: ssh

rsync command

rsync is a very useful alternative to rcp and scp. It tool lets you copy files and directories between a local host and a remote host. The main advantage of…

Creating public/private keys

To create your public / private key on Linux or Mac, which is a unix-based system, following these steps: Open terminal type the following commandssh-keygen -t rsa Type enter to…