1 # Placed in the Public Domain.
5 echo 'PermitLocalCommand yes' >> $OBJ/ssh_proxy
6 printf 'LocalCommand printf "%%%%s\\n" "%%n" "%%h"\n' >> $OBJ/ssh_proxy
14 verbose
"test $tid: proto $p"
15 ${SSH} -F $OBJ/ssh_proxy
-$p somehost true
>$OBJ/actual
16 diff $OBJ/expect
$OBJ/actual || fail
"$tid proto $p"