OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONCH
(Results
1 - 2
of
2
) sorted by null
/external/openssh/regress/
conch-ciphers.sh
1
# $OpenBSD:
conch
-ciphers.sh,v 1.2 2008/06/30 10:43:03 djm Exp $
4
tid="
conch
ciphers"
10
echo "
conch
interop tests not enabled"
21
# in
conch
22
${
CONCH
} --identity $OBJ/rsa --port $PORT --user $USER -e none \
test-exec.sh
75
CONCH
=
conch
121
/*)
CONCH
="${TEST_SSH_CONCH}" ;;
122
*)
CONCH
=`which ${TEST_SSH_CONCH} 2>/dev/null` ;;
324
# Activate Twisted
Conch
tests if the binary is present
326
if test -x "$
CONCH
" ; then
Completed in 226 milliseconds