# $OpenBSD: connect.sh,v 1.5 2015/03/03 22:35:19 markus Exp $ # Placed in the Public Domain. setglobal tid = '"simple connect'" start_sshd for p in [$(SSH_PROTOCOLS)] { $(SSH) -o "Protocol=$p" -F $OBJ/ssh_config somehost true if test $Status -ne 0 { fail "ssh connect with protocol $p failed" } }