Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ssh terminal instant disconnects #121

Closed
Frooodle opened this issue Aug 28, 2022 · 3 comments
Closed

Ssh terminal instant disconnects #121

Frooodle opened this issue Aug 28, 2022 · 3 comments

Comments

@Frooodle
Copy link
Contributor

When setting a terminal to bin/bash when it doesn't support it terminal will isntantly close without any logs.
In this example it is near impossible to debug without catching the instant the terminal opens before disappearing again

repoduce:
Run ssh on application that doesnt have bin/bash such as the overseerr container

Expected solution:
Either terminal display doesnt instant close if its been open for less than 2 seconds to avoid this exact usecase?
Or perhaps log disconnects and their cause to fenrus logger?
Some other fix?

https://media.discordapp.net/attachments/944864944090931260/1013081652425146398/Animation.gif?width=950&height=468
Gif of what happens
https://media.discordapp.net/attachments/944864944090931260/1013081652425146398/Animation.gif?width=950&height=468

@revenz
Copy link
Owner

revenz commented Sep 2, 2022

leaving open, but i cannot reproduce this on overseer (my image has bash (lscr.io/linuxserver/overseerr:latest)).

and to confirm, you mean open a docker terminal not a ssh terminal correct? docker and ssh have two different execution paths, one does a ssh into a server the other executes bin/bash (ash|sh) against a docker container.

@Frooodle
Copy link
Contributor Author

Frooodle commented Oct 2, 2022

Oh interesting, seems i am using sctx/overseerr

Looking at the error i get though i would expect it to be reproduced with any docker that doesnt have bin/bash etc

@revenz
Copy link
Owner

revenz commented Dec 2, 2022

closing, as nothing to do

@revenz revenz closed this as completed Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants