In case anyone's interested: I've put out a new version of
Net::SSH. The new version is at
http://rhumba.pair.com/ben/perl/Net-SSH-0.02.tar.gz.
The following features have been added:
- Much better cipher support: now supports DES and 3DES;
can specify different ciphers to 'new' method; can
only select ciphers supported by sshd server.
- Better host key support: add unrecognized host keys
to user host key file.
- Nice example script in eg/ dir.
There are other things, like small fixes etc.
Sadly the installation is still tricky; in fact I've added *another*
module that isn't on CPAN (Crypt::CBC). The module is on CPAN
in another form; make sure you don't get that one, because
it doesn't seem to be compatible w/ the CBC algorithm in
SSH. Use the one included in the 'bndl' directory.
I have some bug fixes to track down (one is a problem with the rsa session key
encryption that only pops up once in a while; could even
be an unrelated thing), and then I'll probably start the
adding-to-CPAN process.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.