docker-ssh-agent-forward icon indicating copy to clipboard operation
docker-ssh-agent-forward copied to clipboard

(maint) tidy build steps, fix permissions and add uninstall recipe

Open johnmccabe opened this issue 8 years ago • 3 comments

This PR tidies up the build steps and sets the ownership of authorized_hosts to root:root, was inheriting the uid/gid of the user on the host OS. I've also added an uninstall recipe to the Makefile.

I've cherry picked in the fixes from the PRs raised by @netj.

This is currently working for me as expected on OSX 10.11.6 (I'll check with Sierra in the morning).

johnmccabe avatar Jan 31 '17 06:01 johnmccabe

Thanks for the work on this @avsm, its unblocked me while waiting on docker/for-mac#483 to be resolved

johnmccabe avatar Jan 31 '17 06:01 johnmccabe

Works fine on Sierra.

johnmccabe avatar Feb 01 '17 10:02 johnmccabe

I've included this and more in https://github.com/uber-common/docker-ssh-agent-forward

BlinkyStitt avatar Feb 13 '17 19:02 BlinkyStitt