Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Exists a Perl Module for make a SSH Tunnel ?

Reply
Thread Tools

Exists a Perl Module for make a SSH Tunnel ?

 
 
lala4life
Guest
Posts: n/a
 
      07-23-2007
Hi
someone could tell me if exists a perl module to create a SSH
Tunnel or SSH port forwarding ( using password authentication or
pubic key authentication ), without using third applications.

I need to open a Tunnel for a MySQL Connection.

I am developing over windows XP, and currently open a Putty session
(with user and password ) to a remote host with a SSH Tunnel, before
calling my application.

Thanks.

 
Reply With Quote
 
 
 
 
Martijn Lievaart
Guest
Posts: n/a
 
      07-23-2007
On Mon, 23 Jul 2007 14:03:44 +0000, lala4life wrote:

> Hi
> someone could tell me if exists a perl module to create a SSH
> Tunnel or SSH port forwarding ( using password authentication or pubic
> key authentication ), without using third applications.
>
> I need to open a Tunnel for a MySQL Connection.
>
> I am developing over windows XP, and currently open a Putty session
> (with user and password ) to a remote host with a SSH Tunnel, before
> calling my application.


Look at Net::SSH2, especially the tcpip and listen methods.

HTH,
M4

P.S. You should have searched CPAN yourself!
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to check if a directory exists? folder.exists() does not work! Ulf Meinhardt Java 8 08-28-2009 12:26 PM
Using perl can I connect to mysql via a ssh tunnel mike_solomon Perl Misc 0 04-16-2009 01:13 PM
SSH Module: Accessing CLI box using SSH and not getting the return output?? Deepika Perl Misc 2 11-14-2006 04:48 AM
finding if file exists or not in apache webdav server and if exists what is the mime type of it.... Totan Java 0 04-17-2006 05:13 AM
Split Tunnel Blocks http through tunnel but passes http around tunnel a.nonny mouse Cisco 2 09-19-2004 12:10 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57