Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem
2015-Jun-04 11:11 UTC
Openssh 6.9 testing
Hello. Just wondering how to testing for Putty. I will do that against openssh-SNAP-20150604 today. -- For effective Internet Etiquette and communications read http://catb.org/jargon/html/T/top-post.html, http://idallen.com/topposting.html & http://www.caliburn.nl/topposting.html
On Thu, 4 Jun 2015, Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem wrote:> Hello. > > Just wondering how to testing for Putty. > > I will do that against openssh-SNAP-20150604 today.You can do it manually, or there are a few regress/putty-*.sh tests that could be beaten into working shape. You'll need puttygen and plink installed and then you should be able to do something like: make tests SKIP_UNIT=1 LTESTS='putty-ciphers putty-kex putty-transfer' The tests are possibly a bit rusty, and might need some fixing... -d