By em57
Is there any manual configurations I need to add to Catalina? I can not ssh to my droplets after upgrade to Catalina, i tried using ssh -i and tried adding a ~/.ssh/config but none of that is getting me to ssh like I used to. The best I achieved I was able to get to the server but then the shell would hang on the last step of getting into the server. I see the welcome message of the server but I can not execute commands nor use the shell as if I am in the server, never seen that before!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
It looks like this is a digital ocean specific issue, and not due to my catalina update, the issue I ran into is described here, https://wiki.debian.org/SSH#Resolution_with_IPQoS_0x00 scroll to section SSH hangs.
`Possible cause
With some routers behind NAT and when using OpenSSH. During session setup, after the password has been given, OpenSSH sets the TOS (type of service) field in the IP datagram. The router choke on this. The effect is that your SSH session hangs indefinitely. In other words, SSH commands or connections are seldom working or not working at all.
`
So I just found that I need to add -o IPQoS=throughput to my ssh flags and that solved the problem!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.