Re: Creating a SSH Key pair - public and private for my Windows 2008 server app so it can communicate with a partner sftp site

2012-09-02 Thread ML Harmon
he traditional > and/or RFC format, which could be created with about a page > of C or somewhat less perl; I recall someone posted code for > that in the list a few years ago, if you want to search for it. > > > Charles > > From: owner-openssl-us...@openssl.org > > [mailto:

Re: Creating a SSH Key pair - public and private for my Windows 2008 server app so it can communicate with a partner sftp site

2012-08-31 Thread ML Harmon
Charles Mills wrote: > You can do this with the openssl.exe utility. > > I am less than an expert but the doc is here: > http://www.openssl.org/docs/apps/openssl.html > > Take a look at openssl.exe req -newkey > > Charles > From: owner-openssl-us...@openssl.org > [mailt

Creating a SSH Key pair - public and private for my Windows 2008 server app so it can communicate with a partner sftp site

2012-08-31 Thread ML Harmon
I have a Windows 2008 server that runs an application I use to transfer files to my business partner's site via sftp. I need to generate a SSH key pair with openssl and then send my partner the public key while I keep the private key. I don't know how to do this with openssl, can someone help me?