Giter Site home page Giter Site logo

Comments (12)

chikamobina avatar chikamobina commented on May 28, 2024 1

Yes, this happens after 2-4 weeks of server operation. Resolved by clearing the cache or restarting docker

from reverse_ssh.

NHAS avatar NHAS commented on May 28, 2024

Thanks for this I'll see if I can replicate. Just working on re-adding the VPN (udp,tcp,icmp tunneling) back to rssh at user request :)

from reverse_ssh.

NHAS avatar NHAS commented on May 28, 2024

Hmm I cant replicate this on either windows or linux with thew following flow:

catcher$ ls
No RSSH clients connected
catcher$ link --garble --name a
http://192.168.122.1:443/a
catcher$ link --garble --name b
http://192.168.122.1:443/b
catcher$ link --garble --name c
this link name is already in use
catcher$ link --garble --name d
this link name is already in use
catcher$ link --garble --name e
http://192.168.122.1:443/e
catcher$ link -r *
Removed 783fb1c2e38c4534af9ffdafd622e184
Removed c
Removed d
Removed a
Removed b
Removed e
catcher$ link --name a --garble
http://192.168.122.1:443/a
catcher$ link --name a --garble
this link name is already in use
catcher$ link --name b --garble
http://192.168.122.1:443/b
catcher$ link --name c --garble
http://192.168.122.1:443/c
catcher$ link --name d --garble
http://192.168.122.1:443/d
catcher$ link -r *
Removed a
Removed b
Removed c
Removed d
catcher$ link --name a --garble
http://192.168.122.1:443/a
catcher$ link --garble --name windows --goos windows
http://192.168.122.1:443/windows
catcher$ link --garble --name windows --goos windowslink -r *
Removed windows
Removed a
catcher$ link --garble --name windows --goos windows
http://192.168.122.1:443/windows
catcher$ link --garble --name windows --goos windows
this link name is already in use
catcher$ link -r *
Removed windows
catcher$ link --garble --name windows --goos windows
http://192.168.122.1:443/windows

from reverse_ssh.

NHAS avatar NHAS commented on May 28, 2024

So may need more details around reproducing it

from reverse_ssh.

chikamobina avatar chikamobina commented on May 28, 2024

Then I don't know how this problem happens, but I've had it 7-8 times in all the time I've been using it. I have clean different ubuntu servers and I run rssh through docker.

from reverse_ssh.

NHAS avatar NHAS commented on May 28, 2024

I take it this is very long running servers, I only let mine run for an hour or so after deleting a link and rebuilding using the same name.

Super frustrating issue to have

from reverse_ssh.

chikamobina avatar chikamobina commented on May 28, 2024

Hi, version 2.2.3

catcher$ link -C test --goarch amd64 --garble --shared-object --goos windows
Error: exit status 1

github.com/NHAS/reverse_ssh/cmd/client

/root/.cache/garble/tool/link: running x86_64-w64-mingw32-gcc failed: exit status 1
/usr/bin/x86_64-w64-mingw32-ld: /tmp/go-link-1426867729/go.o:(.text+0x27d7b2): undefined reference to `cwZ7KfYHOpmc.rlKNVGjp'
collect2: error: ld returned 1 exit status

exit status 2
exit status 1

from reverse_ssh.

NHAS avatar NHAS commented on May 28, 2024

Right, thats super fucking annoying. Im going to do a work around that detects this issue and deletes /root/.cache

from reverse_ssh.

NHAS avatar NHAS commented on May 28, 2024

Please give this a try on unstable and once you've confirmed it at least doesnt break I'll do a release

from reverse_ssh.

chikamobina avatar chikamobina commented on May 28, 2024

Ok

from reverse_ssh.

chikamobina avatar chikamobina commented on May 28, 2024

How can I install a non-stable version via Docker?

from reverse_ssh.

NHAS avatar NHAS commented on May 28, 2024

docker exec -it /bin/bash <server container id>

Then do git pull, git checkout unstable, and then make

You'll need to restart the container to use the new server binary

from reverse_ssh.

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.