OpenSSL Source code for SFTP, SSH, and many others

源代码在线查看: proxy-connect.sh

软件大小: 812 K
上传用户: IsabellaJ
关键词: OpenSSL Source others SFTP
下载地址: 免注册下载 普通下载 VIP

相关代码

				#	$OpenBSD: proxy-connect.sh,v 1.4 2002/03/15 13:08:56 markus Exp $				#	Placed in the Public Domain.								tid="proxy connect"								for p in 1 2; do					${SSH} -$p -F $OBJ/ssh_proxy 999.999.999.999 true					if [ $? -ne 0 ]; then						fail "ssh proxyconnect protocol $p failed"					fi				done							

相关资源