Displaying 1 result from an estimated 1 matches for "agentmod2".
Did you mean:
agentcode
2007 Aug 21
1
ssh-agent security
...hat a user legitimately forms, but it will help deter
them from using the agent socket to make new ones either to other
machines or back to the source machine. This patch is by no means
ready to roll out to users, but any comments on it would be appreciated.
Usage:
patch -p0 < openssh-4.6p1-agentmod2.diff
cd openssh-4.6p1
./configure && make
./ssh-agent -di "xmessage -buttons Yes:0,No:1 Authorize key use by process with PID ="
(In other shell...)
SSH_AUTH_SOCK=/tmp/ssh-XXXXXXX/agent.XXXX; export SSH_AUTH_SOCK;
echo Agent pid XXXX;
ssh-add ~/.ssh/id_dsa
ssh -A user at host
ssh...