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: 8 months ago 
        JSON representation
    
LD_PRELOAD Hack to try and make latest ssh-agent auth socket always available.
- Host: GitHub
- URL: https://github.com/r4um/ssh-authsock-hack
- Owner: r4um
- License: bsd-3-clause
- Created: 2012-10-08T13:26:45.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-24T07:46:21.000Z (over 12 years ago)
- Last Synced: 2025-01-22T01:42:16.107Z (9 months ago)
- Topics: c, ld-preload, ld-preload-hack, socket, ssh, ssh-authsock-hack
- Language: C
- Homepage:
- Size: 105 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
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