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

outgoing ssh trouble #501

Closed
Kalle3D opened this issue Mar 7, 2018 · 1 comment
Closed

outgoing ssh trouble #501

Kalle3D opened this issue Mar 7, 2018 · 1 comment

Comments

@Kalle3D
Copy link

Kalle3D commented Mar 7, 2018

i had trouble with outgoing ssh connections from octopi.
the connection to most servers was very unstable, was hanging etc.

the problem is similar to #294, but here in outgoing direction.
the problem can be fixed by

adding the line
IPQoS 0x00
to the file
/etc/ssh/ssh_config

also. until now this was only corrected in the file /etc/ssh/sshd_config, which is the config for incoming connections to the local octopi sshd.
but the outgoing ssh connection should be set to IPQoS 0x00 also.
i added it as last line in /etc/ssh/ssh_config and it works.

@guysoft
Copy link
Owner

guysoft commented Mar 7, 2018

Hums,
I am going to fix this and also move it up to CustomPiOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants