http://www.perlmonks.org?node_id=979680


in reply to Usage of ssh::perl::subsystem::client

You probably meant Net::SSH::Perl::Subsystem::Client. What about the example code in the synopsis? It seems to show how to use it and send arbitrary data to the other end.

You are supposed to create the protocol yourself, i.e. you don't specify the subsystem, you write it

  • Comment on Re: Usage of ssh::perl::subsystem::client

Replies are listed 'Best First'.
Re^2: Usage of ssh::perl::subsystem::client
by TrailBlazer (Initiate) on Jul 03, 2012 at 14:00 UTC
    I understand I need to write the code to send data to the subsystem (which is just XML) However to put it simple with ssh you use the -s subsystem where do i specify with this module?