> On 2019-09-10, at 21:05, Dave Horsfall <d...@horsfall.org> wrote:
> 
> MacOS Sierra 10.12.6 (this MacBook won't run High Sierra).
> 
> Somehow I managed to lose /opt/local/lib/libcrypto.1.0.0.dylib and I can't
> seem to get it back from Time Machine, so I'm trying to reinstall SSH:
> 
>    ozzie:~ dave$ sudo port install ssh
>    Error: Port ssh not found
>    ozzie:~ dave$ sudo port install sshd
>    Error: Port sshd not found
> 
> What am I doing wrong?  It seems that I have the wrong name for the port...

The package name is openssh

Also your OS should already have SSH so I'm not sure why you would need to 
install it from MacPorts. If you want libcrypto you are talking about 
installing openssl, which you probably want not requested:

sudo port install --unrequested openssl

-- 
Andrew

Reply via email to