View | Details | Raw Unified | Return to bug 167932
Collapse All | Expand All

(-)dot.cshrc (-1 / +1 lines)
Lines 5-11 Link Here
5
5
6
# Sets SSH_AUTH_SOCK to the user's ssh-agent socket path if running
6
# Sets SSH_AUTH_SOCK to the user's ssh-agent socket path if running
7
if (${?SSH_AUTH_SOCK} != "1") then
7
if (${?SSH_AUTH_SOCK} != "1") then
8
	setenv SSH_AUTH_SOCK `sockstat | grep "${USER}" | cut -d ' ' -f 6` 
8
	setenv SSH_AUTH_SOCK `sockstat | grep "${USER}" | grep ssh-agent | awk '{ print $6 }'`
9
endif
9
endif
10
10
11
# Change only root's prompt
11
# Change only root's prompt

Return to bug 167932