Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r4um/ssh-authsock-hack

LD_PRELOAD Hack to try and make latest ssh-agent auth socket always available.
https://github.com/r4um/ssh-authsock-hack

c ld-preload ld-preload-hack socket ssh ssh-authsock-hack

Last synced: 5 days ago
JSON representation

LD_PRELOAD Hack to try and make latest ssh-agent auth socket always available.

Awesome Lists containing this project

README

        

# ssh-authsock-hack

LD_PRELOAD Hack to try and make latest ssh-agent auth socket always available.
For all those screen and ssh agent forwarding problems.

To build

$ make

Set LD_PRELOAD while shell initialization

For ex. bash

if [ -e "/path/to/ssh-authsock-hack.so"]; then
export LD_PRELOAD="/path/to/ssh-authsock-hack.so":$LD_PRELOAD
fi