Giter VIP home page Giter VIP logo

Comments (32)

SmartFinn avatar SmartFinn commented on August 19, 2024 1

As I wrote, try to set SSH key-based authentification.

Generate new key if you didn't have it:

ssh-keygen -t rsa

and then upload it to EVE-NG:

ssh-copy-id root@EVE_NG_IP

from eve-ng-integration.

SmartFinn avatar SmartFinn commented on August 19, 2024

What actually didn't work? Telnet? Try to run the command and let me know what you got:

xdg-open 'telnet://route-server.he.net'

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

from eve-ng-integration.

SmartFinn avatar SmartFinn commented on August 19, 2024

In this case, see Click on a node does not open an app (opens another app) in all browsers

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

from eve-ng-integration.

SmartFinn avatar SmartFinn commented on August 19, 2024

No, you should execute the following commands line by line in your terminal:

mkdir -p ~/.local/share/applications/
xdg-mime default eve-ng-integration.desktop x-scheme-handler/capture
xdg-mime default eve-ng-integration.desktop x-scheme-handler/telnet
xdg-mime default eve-ng-integration.desktop x-scheme-handler/docker
xdg-mime default eni-rdp-wrapper.desktop application/x-rdp

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

from eve-ng-integration.

SmartFinn avatar SmartFinn commented on August 19, 2024

What this command returns:

xdg-mime query default x-scheme-handler/telnet

and what happens when running:

xdg-open 'telnet://route-server.he.net'

Could you run those commands and paste the screenshot here?

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

from eve-ng-integration.

SmartFinn avatar SmartFinn commented on August 19, 2024

No screenshot here ;)

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

from eve-ng-integration.

SmartFinn avatar SmartFinn commented on August 19, 2024

No, try to drop into GitHub comment field instead of email.

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

from eve-ng-integration.

SmartFinn avatar SmartFinn commented on August 19, 2024

You can use any terminal emulator, including Tilix, see this #6 (comment)

SecureCRT isn't a terminal emulator, but you can use it as telnet command replacement, see #19 (comment)

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

Also, any ideia how i can get Wireshark to work properly ?

This is the error i am getting it.

ss1

from eve-ng-integration.

SmartFinn avatar SmartFinn commented on August 19, 2024

But i can open only one console window, if i try to open a second terminal window it will close the first one.

Try this eve-ng-integration.destop file:

[Desktop Entry]
Name=EVE-NG Integration
Exec=env OVERRIDE_TERMINAL_CMD="tilix -e" eve-ng-integration %u
TryExec=eve-ng-integration
Type=Application
Categories=Network;
MimeType=x-scheme-handler/telnet;x-scheme-handler/capture;x-scheme-handler/docker;
X-KDE-Protocols=telnet,capture,docker
NoDisplay=true

Just testing it works as exepted with Tilix.

Also, any ideia how i can get Wireshark to work properly ?
This is the error i am getting it.

That not an error. That is ssh-askpass ask you to enter the root password for EVE-NG machine.

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

Here is what happens when i press ok...

deepinscreenshot_select-area_20171223114614

from eve-ng-integration.

SmartFinn avatar SmartFinn commented on August 19, 2024

1 - Tilix opens but not " Tab" windows

Tilix doesn't support opening new tab via command line.

Need to fix Wireshark :)
Here is what happens when i press ok...

See Error End of file on pipe magic during open when starting Wireshark

In brief, the problem with ssh authentification. You could setup SSH key-based authentification with EVE-NG VM to avoid the problem.

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

from eve-ng-integration.

SmartFinn avatar SmartFinn commented on August 19, 2024

I see but Wireshark not getting data through ssh, so it's problem with authentification.

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

Do you know how i can fix this authentication issue. I installed "openssh-askpass" but the issue still there...

deepinscreenshot_select-area_20171223120126

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

New RSA was genarated and successfully uploaded to the EVE-NG Server but i still have the same issue:

" /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys

Number of key(s) added: 1

Now try logging into the machine, with: "ssh 'root@ x.x.x.x'"
and check to make sure that only the key(s) you wanted were added. "

from eve-ng-integration.

SmartFinn avatar SmartFinn commented on August 19, 2024

I can't help you with the problem. Try to debug the case with this command:

ssh [email protected] tcpdump -i pnet0 -n -s 0 -U -w - | wireshark -k -i -

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

from eve-ng-integration.

SmartFinn avatar SmartFinn commented on August 19, 2024

You didn't replace x.x.x.x with your EVE-NG ip.

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

from eve-ng-integration.

SmartFinn avatar SmartFinn commented on August 19, 2024

sign_and_send_pubkey: signing failed: agent refused operation

You have a problem with ssh-agent. Reboot your host and try again.

[email protected]'s password: qt5ct: D-Bus global menu: no

Still, ask the password...

from eve-ng-integration.

dlj2019 avatar dlj2019 commented on August 19, 2024

i reboot the laptop and the server and tried again...

[dee@dee-dlj ~]$ ssh [email protected] tcpdump -i pnet0 -n -s 0 -U -w - | wireshark -k -i -
qt5ct: using qt5ct plugin
qt5ct: D-Bus global menu: no
tcpdump: listening on pnet0, link-type EN10MB (Ethernet), capture size 262144 bytes

You are the Best !!! Thank you so much for all your help... i really appreciate it .

from eve-ng-integration.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.