代码搜索:ssh
找到约 2,065 项符合「ssh」的源代码
代码结果 2,065
www.eeworm.com/read/441132/7675330
c sftp-server.c
/*
* Copyright (c) 2000, 2001, 2002 Markus Friedl. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll
www.eeworm.com/read/441132/7675336
in makefile.in
# $Id: Makefile.in,v 1.4 2002/04/26 01:25:41 djm Exp $
prefix=@prefix@
datadir=@datadir@
srcdir=@srcdir@
top_srcdir=@top_srcdir@
INSTALL=@INSTALL@
VPATH=@srcdir@
all:
#Ssh.bin: Ssh.bin.uu
# uude
www.eeworm.com/read/441132/7675359
sh stderr-data.sh
# $OpenBSD: stderr-data.sh,v 1.2 2002/03/27 22:39:52 markus Exp $
# Placed in the Public Domain.
tid="stderr data transfer"
DATA=/bin/ls
COPY=${OBJ}/copy
rm -f ${COPY}
for n in '' -n; do
for p in 1
www.eeworm.com/read/441132/7675362
sh transfer.sh
# $OpenBSD: transfer.sh,v 1.1 2002/03/27 00:03:37 markus Exp $
# Placed in the Public Domain.
tid="transfer data"
DATA=/bin/ls
COPY=${OBJ}/copy
for p in 1 2; do
verbose "$tid: proto $p"
rm -f ${C
www.eeworm.com/read/441132/7675368
pub rsa_openssh.pub
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDsilwKcaKN6wSMNd1WgQ9+HRqQEkD0kCTVttrazGu0OhBU3Uko+dFD1Ip0CxdXmN25JQWxOYF7h/Ocu8P3jzv3RTX87xKR0YzlXTLX+SLtF/ySebS3xWPrlfRUDhh03hR5V+8xxvvy9widPYKw/oItwGSueOsEq1LT
www.eeworm.com/read/441132/7675370
sh forwarding.sh
# $OpenBSD: forwarding.sh,v 1.4 2002/03/15 13:08:56 markus Exp $
# Placed in the Public Domain.
tid="local and remote forwarding"
start_sshd
base=33
last=$PORT
fwd=""
for j in 0 1 2; do
for i in 0
www.eeworm.com/read/441132/7675656
in makefile.in
# $Id: Makefile.in,v 1.215 2002/06/21 01:38:53 mouring Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
AUTORECONF=autoreconf
prefix=@prefix@
exec_prefix=@exec_pref
www.eeworm.com/read/146055/5740803
conf telnet.conf
10.1.0.14 22 "" "SSH-2.0" ""
10.1.0.14 80 "GET ." "
www.eeworm.com/read/493651/6388433
start
#! /bin/bash
# start - do not edit this file
trap kill_team INT
kill_team()
{
echo "Killing Team"
ssh $2 -f $1/kill
ssh $3 -f $1/kill
ssh $4 -f $1/kill
ssh $5 -f $1/kill
exit