Re: failed to execute scapy commands from remote server

2018-08-09 Thread Rhodri James
On 09/08/18 13:11, Iranna Mathapati wrote: 2. When I try to execute scapy cmds in remote server I get the below error child_remote.sendline=sendp(arp3,iface='enp6s0f0',count=100) Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/site-packages/

failed to execute scapy commands from remote server

2018-08-09 Thread Iranna Mathapati
Hi Team, I have to ssh a remote server and execute scapy commands there. but its able to execute all linux commands from remote server handle I use pexpect and hitting issue. 1. SSH to remote shell via pexpect from current server parser_ip_add='192.168.1.83' child_remote = pexpec