Re: Multiple public keys - WeOnlyDo Discussion board

Re: Multiple public keys (General questions)

by woddrazen, Wednesday, November 02, 2011, 19:43 (4531 days ago) @ Scotstyer

Hi,


You can generate keys using wodCertificate component. wodCertificate component is part of wodFtpDLX ActiveX component.

You need to upload somehow public key to your server. Usually public key should be located in users .ssh folder in authorized_keys file. Format of public key in this case should be OpenSSH.

So you can connect to your server with login and password and upload public key. Same as you upload some other file. Then after that you don't need use login and password authentication. You can use public key authentication.

You can save your private and public key inside a file and use it like that.

Here is example how to use wodCertificate to generate and save private and public key:
http://www.weonlydo.com/index.asp?kb=1&View=entry&EntryID=51

Let us know how it goes.


Regards,
Drazen


Complete thread: