[an error occurred while processing this directive]

Преобразование закрытого ключа PuTTY для использования в OpenSSH
Для преобразования можно использовать утилиту puttygen из пакета putty-tools или putty.

Debian/Ubuntu:
  
   sudo apt-get install putty-tools

Fedora:

   sudo yum install putty


   puttygen putty.ppk -O private-openssh -o ~/.ssh/id_putty
   puttygen putty.ppk -O public-openssh  -o ~/.ssh/id_putty.pub
   chmod 0600 ~/.ssh/id_putty
   chmod 0644 ~/.ssh/id_putty.pub


Для подключения к хосту с закрытым ключом, преобразованным из ключа PuTTY:

   ssh user@host -i ~/.ssh/id_putty
 
22.02.2020 , Источник: https://ma.ttias.be/convert-putty-p...
Ключи: putty, ssh, key, cert, crypt / Лицензия: CC-BY
Раздел:    Корень / Безопасность / SSH

[an error occurred while processing this directive]

[an error occurred while processing this directive]