I want to use ubuntu Places -> Connect to Server . but i am not having password but have the .ppk file of the password.

link|improve this question
Should go on superuser or serverfault – Oded Dec 18 '09 at 11:18
Superuser, as Tushar is using a desktop to connect to a server. – Bernard Dec 18 '09 at 11:40
feedback

migrated from stackoverflow.com Dec 18 '09 at 11:54

This question came from our site for professional and enthusiast programmers.

1 Answer

Either install PuTTY and add a path to the key for the connection:

alt text

Or convert your PuTTY ppk key into "normal" OpenSSH keys and just use the regular OpenSSH client.

link|improve this answer
BTW why the convertion is needed? It's the same RSA/DSA algo! :) – o_O Tync Dec 18 '09 at 14:46
2  
Yes, same algorithm, but different ways to store the key. Openssh format mandates that the key be on one line, while the putty format has the key broken up across multiple lines. – ErikA Dec 18 '09 at 15:11
feedback

Your Answer

 
or
required, but never shown