Lines Matching refs:_key
99 _key="$OBJ/${1}.pub"
101 (printf "publickey " ; cut -d' ' -f-2 $_key) > $_file
129 _key="$2"
133 trace "connect $_host expect success, with key $_key"
134 _keyfile="$OBJ/$_key"
139 test $_s -eq 0 || fail "host $_host $_key $_case fail, exit status $_s"
140 expect_key $_key expect_key
156 _key="$2"
160 trace "connect $_host expect failure, with key $_key"
161 _keyfile="$OBJ/$_key"
164 fail "host $_host $_key $_case succeeded unexpectedly"