summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/regress/connect.sh
blob: f0d55d343d8a261f9fe9a8e15bbbb0f5d1507462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: connect.sh,v 1.5 2015/03/03 22:35:19 markus Exp $
#	Placed in the Public Domain.

tid="simple connect"

start_sshd

for p in ${SSH_PROTOCOLS}; do
	${SSH} -o "Protocol=$p" -F $OBJ/ssh_config somehost true
	if [ $? -ne 0 ]; then
		fail "ssh connect with protocol $p failed"
	fi
done
OpenPOWER on IntegriCloud