?? proto-mismatch.sh
字號:
# $OpenBSD: proto-mismatch.sh,v 1.3 2002/03/15 13:08:56 markus Exp $# Placed in the Public Domain.tid="protocol version mismatch"mismatch (){ server=$1 client=$2 banner=`echo ${client} | ${SSHD} -o "Protocol=${server}" -i -f ${OBJ}/sshd_proxy` r=$? trace "sshd prints ${banner}" if [ $r -ne 255 ]; then fail "sshd prints ${banner} and accepts connect with version ${client}" fi}mismatch 2 SSH-1.5-HALLOmismatch 1 SSH-2.0-HALLO
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -