ssh-authsock-hack
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:LD_PRELOAD Hack to try and make latest ssh-agent auth socket always available.
# 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

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。