Comment # 15
on bug 12884
from Graham Bloice
plink from PuTTY does the job for ssh:
plink ssh-host 'tcpdump -i eth0 -w - -f not ((host fe80::5efe:a00:20f or
host 10.0.2.15 or host fe80::48cf:f21:d2b2:b88c) and port 22)' >
c:\temp\sshdump
bash: -c: line 0: syntax error near unexpected token `('
bash: -c: line 0: `tcpdump -i eth0 -w - -f not ((host fe80::5efe:a00:20f or
host 10.0.2.15 or host fe80::48cf:f21:d2b2:b88c) and port 22)'
a quoting issue?
You are receiving this mail because:
- You are watching all bug changes.