I want to use ubuntu Places -> Connect to Server . but i am not having password but have the .ppk file of the password.
-
Either install PuTTY and add a path to the key for the connection:

Or convert your PuTTY ppk key into "normal" OpenSSH keys and just use the regular OpenSSH client.
o_O Tync : BTW why the convertion is needed? It's the same RSA/DSA algo! :)ErikA : 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.From Pascal Thivent
0 comments:
Post a Comment