xref: /freebsd/crypto/openssh/regress/connect.sh (revision 8df8b2d3e51d1b816201d8a1fe8bc29fe192e562)
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