Dear all
If you (like me) enconter issues with the standard macos OpenSSH_8.1p1, LibreSSL 2.7.3
install the brew version OpenSSH_8.2p1, OpenSSL 1.1.1f
and redirect svn with export SVN_SSH=/usr/local/bin/ssh
or just revert to an older version.
maybe it helps; I lost 3 hours today 8)
immi
~ % ssh -V
OpenSSH_8.1p1, LibreSSL 2.7.3
No problems here: macOS 10.15.4 (19E287).
But starting some macOS updates ago, I had to change access rights from 600 to 400 for fhem-ssh-keyfile to get ssh working again.
I'm wondering what type of security issue should that requirement fix.
Apple removed the svn utilities with the last MacOS / XCode update. That's why one needs to install svn from homebrew repository.
no. you have to install xcode and then the xcode commandline tools. svn ist still included there.
if you type svn there should even be a message about this.