Is there a possibility to create a two way connection with the server using perl program? i mean i have tried this code here
#!/usr/bin/perl use Net::SSH::Perl; my $host = "IP_adress"; my $user = "user"; my $password = "password"; my $ssh = Net::SSH::Perl->new($host); $ssh->login($user, $pass)
this creates a one way connection is there a method to create a two way connection and implemet commands on the host system ?
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |