

However, this article recommends passwordless access to your remote machine/server through generated SSH key pairs that exist on both the local machine and remote machine.
#Create your own remote data backup server password
This remote server access can be accomplished with a command implementation similar to the following: $ ssh Connect to Remote Linuxįrom here, the user attempting remote access is required to key in a user password associated with the username ( ubuntu) before remote server access is authenticated. With SSH protocol, access to a remote machine requires system username and password authentication. SCP first accomplishes local to remote machine access through the SSH network protocol before initiating any data transfer. Before data transfer takes place between the two remote machines, a Linux administrator has to be able to comfortably use one machine ( local) to access the other machine ( remote). SCP ( Secure Copy) is a reputable data transfer mechanism between two remote machines. Since this article objectifies remote data backup using SSH, it is important that the data transfer mechanism we choose to go with has undisputed support for SSH network protocols.

