Creates an SSH key
This article has been created by an automatic translation software. You can view the article source here.
Problem
Yor want to establish a connection with yor r iKeepinCloud space via an SSH key so that you don't enter your password.
Solution
From a Linux server for example, you can also use tools like "PuTTY " which has key generator.
Generate your private SSH key pair /public.
ssh-keygen -t rsa -b 2048
This command will generate a pair of key named default id_rsa (private key ) and id_rsa.pub ( public key )..
Then copy the contents of your public key on your IkeepIncloud space in the file ".ssh /authorized_key "
Important
Note : It is essential that the file ".ssh" have the right "700" ou "rwx - -----" and that the file "authorized_key" have the right "600" ou "RW-------".
Enable comment auto-refresher