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

(-)openssh/regress/gss-cleanup.sh (+3 lines)
Lines 17-22 Link Here
17
ccname=`sed -n -e 's/^Credentials cache: FILE://p' $OUT`
17
ccname=`sed -n -e 's/^Credentials cache: FILE://p' $OUT`
18
verbose "Remote used cred cache name $ccname"
18
verbose "Remote used cred cache name $ccname"
19
19
20
#-- allow time for server to reap the dead cred cache
21
sleep 1
22
20
#-- connect again, but without delegating
23
#-- connect again, but without delegating
21
${SSH} -F $OBJ/ssh_config ${HOSTNAME} \
24
${SSH} -F $OBJ/ssh_config ${HOSTNAME} \
22
	-o GSSAPIDelegateCredentials=no \
25
	-o GSSAPIDelegateCredentials=no \

Return to bug 1369