Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/r4um/ssh-authsock-hack
- Owner: r4um
- License: bsd-3-clause
- Created: 2012-10-08T13:26:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-24T07:46:21.000Z (over 11 years ago)
- Last Synced: 2024-11-21T07:30:21.426Z (2 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