LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How to convert openssh keys to openssh tectia format (https://www.linuxquestions.org/questions/linux-server-73/how-to-convert-openssh-keys-to-openssh-tectia-format-4175437563/)

LittleMaster 11-17-2012 07:30 AM

How to convert openssh keys to openssh tectia format
 
Hi
Im using openssh .For security reason i had migrated to openssh to openssh Tectia.How can i convert openssh keys to opensssh tectia format

freelinuxtutorials 11-17-2012 07:39 AM

actually, this was already discussed on tectia website,just try to search it. It is well detailed there. to give you an idea, it is something like:

ssh-keygen-g3 --import-private-key /etc/ssh/key1 /etc/ssh2/key1
ssh-keygen-g3 --import-public-key /etc/ssh/key1.pub /etc/ssh2/key1.pub


All times are GMT -5. The time now is 02:33 AM.