From - Fri Apr 7 19:34:34 2000 Path: reader4.news.rcn.net!feed1.news.rcn.net!rcn!news.maxwell.syr.edu!newsfeed.ision.net!ision!news-fra1.dfn.de!news.Uni-Mainz.DE!not-for-mail From: Matthias Koch Newsgroups: comp.os.vms Subject: Re: SSH for VMS (SSH-Server) Date: Fri, 07 Apr 2000 09:42:10 +0200 Organization: MPI Polymerforschung Lines: 25 Message-ID: <38EDAD72.6C170BB2@bessel.mpip-mainz.mpg.de> References: NNTP-Posting-Host: gauss.mpip-mainz.mpg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: bambi.zdv.Uni-Mainz.DE 955093379 3105 193.175.251.102 (7 Apr 2000 07:42:59 GMT) X-Complaints-To: usenet@mail.uni-mainz.de NNTP-Posting-Date: 7 Apr 2000 07:42:59 GMT X-Mailer: Mozilla 3.03Gold (X11; I; OpenVMS V7.2 VAXstation 4000-90) Xref: reader4.news.rcn.net comp.os.vms:267791 Phillip G Deneault wrote: > > I've tried searching everywhere I could but I still can't find a > package or even some working ported source. Has anyone tried porting this > to VMS? I would think this would be something that lots of people would > want for secure connections to VMS. An SSH-Server is available at http://kcgl1.eng.ohio-state.edu/~jonesd/ I was able to compile it with ssleay (http://www.free.lp.se/ssleay/), but not with openssl due to some incompatible calls: result = PEM_read_RSAPrivateKey ( kf, &key, NULL ); .............^ %CC-E-TOOFEWARGS, In this statement, "PEM_read_RSAPrivateKey" expects 4 argument s, but 3 are supplied. Has anybody got a patch for ssh_server_14 to work with OpenSSL 0.9.5? Bye, Matthias