代码搜索:ssh
找到约 2,065 项符合「ssh」的源代码
代码结果 2,065
www.eeworm.com/read/105212/15675193
makefile
# $OpenBSD: Makefile,v 1.22 2002/08/12 10:46:35 markus Exp $
.PATH: ${.CURDIR}/..
PROG= ssh-agent
BINOWN= root
BINGRP= _sshagnt
BINMODE?=2555
BINDIR= /usr/bin
MAN= ssh-agent.1
SRCS= ssh-agent.c
www.eeworm.com/read/441132/7675363
sh broken-pipe.sh
# $OpenBSD: broken-pipe.sh,v 1.4 2002/03/15 13:08:56 markus Exp $
# Placed in the Public Domain.
tid="broken pipe test"
for p in 1 2; do
trace "protocol $p"
for i in 1 2 3 4; do
${SSH} -$p -F $O
www.eeworm.com/read/441132/7675367
sh yes-head.sh
# $OpenBSD: yes-head.sh,v 1.4 2002/03/15 13:08:56 markus Exp $
# Placed in the Public Domain.
tid="yes pipe head"
for p in 1 2; do
lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'yes | head -2000' |
www.eeworm.com/read/441132/7675424
h version.h
/* $OpenBSD: version.h,v 1.33 2002/06/21 15:41:20 markus Exp $ */
#define SSH_VERSION "OpenSSH_3.3"
www.eeworm.com/read/441132/7675638
h authfd.h
/* $OpenBSD: authfd.h,v 1.30 2002/06/19 00:27:55 deraadt Exp $ */
/*
* Author: Tatu Ylonen
* Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
* All
www.eeworm.com/read/225994/14505300
sh broken-pipe.sh
# $OpenBSD: broken-pipe.sh,v 1.4 2002/03/15 13:08:56 markus Exp $
# Placed in the Public Domain.
tid="broken pipe test"
for p in 1 2; do
trace "protocol $p"
for i in 1 2 3 4; do
${SSH} -$p -F $O
www.eeworm.com/read/225994/14505307
sh agent-timeout.sh
# $OpenBSD: agent-timeout.sh,v 1.1 2002/06/06 00:38:40 markus Exp $
# Placed in the Public Domain.
tid="agent timeout test"
SSHAGENT_TIMEOUT=10
trace "start agent"
eval `${SSHAGENT} -s` > /dev/null
www.eeworm.com/read/225994/14505309
sh yes-head.sh
# $OpenBSD: yes-head.sh,v 1.4 2002/03/15 13:08:56 markus Exp $
# Placed in the Public Domain.
tid="yes pipe head"
for p in 1 2; do
lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'sh -c "while true;do
www.eeworm.com/read/225994/14505534
makefile
srcdir=../..
prefix=/usr
exec_prefix=$(prefix)
bindir=$(prefix)/bin
datadir=$(prefix)/share
docdir=$(datadir)/doc
sshdocdir=$(docdir)/openssh
cygdocdir=$(docdir)/Cygwin
sysconfdir=/etc
defaultsdir=$(s