in reply to a perl program to create two way connection with the server
A SSH connection already is a two-way connection, and it is possible for the server to execute commands on the client - all that needs to be done is the client needs to read the commands from the server and execute them. But maybe you're looking for SSH tunneling (I believe Net::OpenSSH supports this)? It's unclear to me what exactly you want to do, perhaps you could explain or give examples?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: a perl program to create two way connection with the server
by irthiza90 (Novice) on Mar 18, 2015 at 13:02 UTC | |
by Anonymous Monk on Mar 18, 2015 at 13:11 UTC | |
| |
by salva (Canon) on Mar 18, 2015 at 13:12 UTC | |
by irthiza90 (Novice) on Mar 18, 2015 at 13:33 UTC |