2
  • ssh: OpenSSH_7.4p1, LibreSSL 2.4.5 (installed via homebrew)
  • System Version: macOS 10.12.4 (16E154a)

Error:

me@mymac:~$ ssh foo@bar.local
dyld: lazy symbol binding failed: Symbol not found: _arc4random_buf
  Referenced from: /usr/local/bin/ssh
  Expected in: /usr/local/opt/libressl/lib/libcrypto.38.dylib

dyld: Symbol not found: _arc4random_buf
  Referenced from: /usr/local/bin/ssh
  Expected in: /usr/local/opt/libressl/lib/libcrypto.38.dylib

Abort trap: 6

Any advice how to solve this problem? This also breaks my git pushes (using ssh, obviously)

nohillside
  • 100,768
soelu
  • 490
  • 1
  • 4
  • 12

1 Answers1

4

brew reinstall openssh

Solved the issue completely

soelu
  • 490
  • 1
  • 4
  • 12