Which mechanism does ssh use to interact with the SSH agent?
Connecting to port 2222 which is used by the system-w»de SSH agent
Using the fixed socket .ssh-agenc/ipc.
Creating an alias replacing ssh with calls to ssh-agent
Starting sab-agent as a child process for each ssh invocation
Evaluating environment variables such as ssh_auth_sock.
Submit