]> andersk Git - gssapi-openssh.git/blame - openssh/regress/connect.sh
update to http://www.psc.edu/networking/projects/hpn-ssh/openssh-4.7p1-hpn13v1.diff.gz
[gssapi-openssh.git] / openssh / regress / connect.sh
CommitLineData
826f3a39 1# $OpenBSD: connect.sh,v 1.4 2002/03/15 13:08:56 markus Exp $
2# Placed in the Public Domain.
3
4tid="simple connect"
5
6start_sshd
7
8for p in 1 2; do
9 ${SSH} -o "Protocol=$p" -F $OBJ/ssh_config somehost true
10 if [ $? -ne 0 ]; then
11 fail "ssh connect with protocol $p failed"
12 fi
13done
This page took 0.080194 seconds and 5 git commands to generate.