FHEM Forum

FHEM - Entwicklung => FHEM Development => Thema gestartet von: immi am 19 April 2020, 15:39:58

Titel: svn on macos issue (solved)
Beitrag von: immi am 19 April 2020, 15:39:58
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
Titel: Antw:svn on macos issue (solved)
Beitrag von: betateilchen am 19 April 2020, 16:41:26

~ % 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.
Titel: Antw:svn on macos issue (solved)
Beitrag von: rudolfkoenig am 19 April 2020, 16:59:41
I'm wondering what type of security issue should that requirement fix.
Titel: Antw:svn on macos issue (solved)
Beitrag von: zap am 21 April 2020, 18:58:58
Apple removed the svn utilities with the last MacOS / XCode update. That's why one needs to install svn from homebrew repository.
Titel: Antw:svn on macos issue (solved)
Beitrag von: justme1968 am 22 April 2020, 16:53:23
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.