blob: 1b344b6034e98857427987f3aa0cc18c71013fa9 [file] [log] [blame]
djm@openbsd.orgdd369322017-04-30 23:34:55 +00001# $OpenBSD: connect.sh,v 1.6 2017/04/30 23:34:55 djm Exp $
Damien Miller38cd4352002-05-01 13:17:33 +10002# Placed in the Public Domain.
3
4tid="simple connect"
5
6start_sshd
7
djm@openbsd.orgdd369322017-04-30 23:34:55 +00008${SSH} -F $OBJ/ssh_config somehost true
9if [ $? -ne 0 ]; then
10 fail "ssh connect with failed"
11fi