]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/openssh/regress/connect.sh
Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1.
[FreeBSD/FreeBSD.git] / crypto / openssh / regress / connect.sh
1 #       $OpenBSD: connect.sh,v 1.6 2017/04/30 23:34:55 djm Exp $
2 #       Placed in the Public Domain.
3
4 tid="simple connect"
5
6 start_sshd
7
8 ${SSH} -F $OBJ/ssh_config somehost true
9 if [ $? -ne 0 ]; then
10         fail "ssh connect with failed"
11 fi