1.

What Is The Use Of Blowfish Options In Scp Command ?

Answer»

Using BLOWFISH options in SCP command , we can increase the speed, by DEFAULT scp USES the Triple-DES cipher to encrypt the data being copied.

Example : scp -C blowfish /home/itstuff.txt root@mail.amitmaheshwari.in:/opt/

Using blowfish options in scp command , we can increase the speed, by default scp uses the Triple-DES cipher to encrypt the data being copied.

Example : scp -c blowfish /home/itstuff.txt root@mail.amitmaheshwari.in:/opt/



Discussion

No Comment Found