-
Notifications
You must be signed in to change notification settings - Fork 24
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
[BUG] Bastion terminal connection keeps disconnecting frequently #116
Comments
@dpkshetty I don't think this is a bug related to the install script. It could be the SSH idle timeout. |
@bpradipt I don't see this issue when I use OCP on IBM cloud. Since Bastion gets installed as part of the install script, i was hoping there could be some network params we need to fix to avoid this issue ? If not, where would this belong ? |
When using OCP on IBM Cloud were you connecting to bastion? or you were connecting to the OCP nodes directly ? For bastion, this is an SSH specific setting and ideally this can be done by end user depending on what kind of host specific settings are needed. Likewise for other bastion specific settings which are not directly related to OpenShift usage. |
I was usinfg
Agree, my point is.. it still leaves a bad taste as far as UX goes :) So if we know what SSH setting needs to be used to avoid the frequent disconnects, better to document it so that the overall OCP on PowerVS experience remains good |
You can use the same for OCP in PowerVS (except for locations where port 6443 is blocked over public IP).
Increasing idle timeout is also considered a bad practice from security stand point. However I'm happy to document it in FAQ. |
Describe the bug
Connection to my bastion terminal window keeps disconnecting time to time
To Reproduce
Open a terminal session to Bastion system (using the ssh cmdline in the output post cluster install)
Wait for some time (15-20 mins of no usage)
The terminal is hung.. no echo of any keystroke nor Ctrl-C works!
Expected behavior
Stable connection to Bastion host
Console Output
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: