Difference between revisions of "Creates an SSH key"

From EN Ikoula wiki
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽
Line 1: Line 1:
 +
<span data-link_translate_en_title="Creates an SSH key"  data-link_translate_en_url="Creates an SSH key"></span>[[:en:Creates an SSH key]][[en:Creates an SSH key]]
 
<span data-link_translate_he_title="יוצר מפתח SSH"  data-link_translate_he_url="%D7%99%D7%95%D7%A6%D7%A8+%D7%9E%D7%A4%D7%AA%D7%97+SSH"></span>[[:he:יוצר מפתח SSH]][[he:יוצר מפתח SSH]]
 
<span data-link_translate_he_title="יוצר מפתח SSH"  data-link_translate_he_url="%D7%99%D7%95%D7%A6%D7%A8+%D7%9E%D7%A4%D7%AA%D7%97+SSH"></span>[[:he:יוצר מפתח SSH]][[he:יוצר מפתח SSH]]
 
<span data-link_translate_ro_title="Creează o cheie de SSH"  data-link_translate_ro_url="Creeaz%C4%83+o+cheie+de+SSH"></span>[[:ro:Creează o cheie de SSH]][[ro:Creează o cheie de SSH]]
 
<span data-link_translate_ro_title="Creează o cheie de SSH"  data-link_translate_ro_url="Creeaz%C4%83+o+cheie+de+SSH"></span>[[:ro:Creează o cheie de SSH]][[ro:Creează o cheie de SSH]]

Revision as of 16:24, 9 February 2017

en:Creates an SSH key he:יוצר מפתח SSH ro:Creează o cheie de SSH ru:Создает ключ SSH pl:Tworzy klucz SSH 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-------".


You are not allowed to post comments.