Skip to content

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

License

Notifications You must be signed in to change notification settings

r4um/ssh-authsock-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages