xref: /freebsd/crypto/openssh/regress/connect.sh (revision 780fb4a2)
1#	$OpenBSD: connect.sh,v 1.6 2017/04/30 23:34:55 djm Exp $
2#	Placed in the Public Domain.
3
4tid="simple connect"
5
6start_sshd
7
8${SSH} -F $OBJ/ssh_config somehost true
9if [ $? -ne 0 ]; then
10	fail "ssh connect with failed"
11fi
12