DEV Community

Discussion on: Easy Way To Backup Your Data In GNU/Linux

Collapse
 
ondrejs profile image
Ondrej • Edited

You should use ssh-keygen -t rsa -b 4096, as 2048 bits for keys are considered as weak.

Collapse
 
aris profile image
Aris Ripandi

Thank you.

Collapse
 
ondrejs profile image
Ondrej

You're welcome :)