Some times you need to copy files or entire contents of directory to another machine, you can use scp command. scp command uses SSH data transfers, so it requires a password or passphrase for authentication.
{ 1 comment }
Posts tagged as:
Some times you need to copy files or entire contents of directory to another machine, you can use scp command. scp command uses SSH data transfers, so it requires a password or passphrase for authentication.
{ 1 comment }
If you want to SSH login without password or automate your task between two servers, you need to setup SSH login via certificate.
{ 5 comments }