SmartFinn / eve-ng-integration

integrates EVE-NG (aka UNetLab) with Linux desktop
http://git.io/eve-ng-integration
MIT License
322 stars 117 forks source link

Issues with wireshark-qt on Fedora 26 #16

Closed jtmajorx closed 6 years ago

jtmajorx commented 7 years ago

Made a symbolic link to point /usr/bin/Wireshark to /usr/bin/Wireshark-qt. So Wireshark launches when you start a capture, but I'm not seeing any data. Just an empty capture.

SmartFinn commented 7 years ago

It seems to me it's related to ssh-askpass. Make sure that ssh-askpass is work correctly:

setsid ssh root@EVE_NG_IP sh -c 'echo; hostname; exit'

# replace EVE_NG_IP to ip address of EVE-NG computer
# should get hostname of EVE-NG machine in response

If you have problem with that, try to install ssh-askpass via the command:

sudo dnf install -y openssh-askpass
jtmajorx commented 7 years ago

setsid prompts for password, but I do get hostname back. Still, no packets showing up in capture though.

SmartFinn commented 7 years ago

Do you have the same password prompt when you start the capture?