Difference between revisions of "Creates an SSH key"
Line 1: | Line 1: | ||
+ | <span data-link_translate_ja_title="SSH キーを作成します" data-link_translate_ja_url="SSH+%E3%82%AD%E3%83%BC%E3%82%92%E4%BD%9C%E6%88%90%E3%81%97%E3%81%BE%E3%81%99"></span>[[:ja:SSH キーを作成します]][[ja:SSH キーを作成します]] | ||
<span data-link_translate_ar_title="يقوم بإنشاء مفتاح سة له" data-link_translate_ar_url="%D9%8A%D9%82%D9%88%D9%85+%D8%A8%D8%A5%D9%86%D8%B4%D8%A7%D8%A1+%D9%85%D9%81%D8%AA%D8%A7%D8%AD+%D8%B3%D8%A9+%D9%84%D9%87"></span>[[:ar:يقوم بإنشاء مفتاح سة له]][[ar:يقوم بإنشاء مفتاح سة له]] | <span data-link_translate_ar_title="يقوم بإنشاء مفتاح سة له" data-link_translate_ar_url="%D9%8A%D9%82%D9%88%D9%85+%D8%A8%D8%A5%D9%86%D8%B4%D8%A7%D8%A1+%D9%85%D9%81%D8%AA%D8%A7%D8%AD+%D8%B3%D8%A9+%D9%84%D9%87"></span>[[:ar:يقوم بإنشاء مفتاح سة له]][[ar:يقوم بإنشاء مفتاح سة له]] | ||
<span data-link_translate_zh_title="创建 SSH 密钥" data-link_translate_zh_url="%E5%88%9B%E5%BB%BA+SSH+%E5%AF%86%E9%92%A5"></span>[[:zh:创建 SSH 密钥]][[zh:创建 SSH 密钥]] | <span data-link_translate_zh_title="创建 SSH 密钥" data-link_translate_zh_url="%E5%88%9B%E5%BB%BA+SSH+%E5%AF%86%E9%92%A5"></span>[[:zh:创建 SSH 密钥]][[zh:创建 SSH 密钥]] |
Revision as of 19:04, 12 May 2016
ja:SSH キーを作成します
ar:يقوم بإنشاء مفتاح سة له
zh:创建 SSH 密钥
de:Erstellt einen SSH-Schlüssel
nl:Hiermee maakt u een SSH-sleutel
it:Crea una chiave SSH
pt:Cria uma chave SSH
es:Crea una clave SSH
fr:Crée une clé SSH
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