djm@openbsd.org | dd36932 | 2017-04-30 23:34:55 +0000 | [diff] [blame] | 1 | # $OpenBSD: connect.sh,v 1.6 2017/04/30 23:34:55 djm Exp $ |
Damien Miller | 38cd435 | 2002-05-01 13:17:33 +1000 | [diff] [blame] | 2 | # Placed in the Public Domain. |
3 | |||||
4 | tid="simple connect" | ||||
5 | |||||
6 | start_sshd | ||||
7 | |||||
djm@openbsd.org | dd36932 | 2017-04-30 23:34:55 +0000 | [diff] [blame] | 8 | ${SSH} -F $OBJ/ssh_config somehost true |
9 | if [ $? -ne 0 ]; then | ||||
10 | fail "ssh connect with failed" | ||||
11 | fi |