The Computer Oracle

SSH fails on macOS Mojave 10.14.1

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Over Ancient Waters Looping

--

Chapters
00:00 Ssh Fails On Macos Mojave 10.14.1
00:47 Accepted Answer Score 14
00:59 Answer 2 Score 1
01:12 Thank you

--

Full question
https://superuser.com/questions/1373697/...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#macos #ssh #macosmojave

#avk47



ACCEPTED ANSWER

Score 14


after some research I found that adding this config to my ssh config file makes it work:

 Host *
     IPQoS lowdelay throughput



ANSWER 2

Score 1


I had the same issue with you.
I managed to short term fix it by adding the following option.
-o ProxyCommand='nc %h %p'