代码搜索:ssh
找到约 2,065 项符合「ssh」的源代码
代码结果 2,065
www.eeworm.com/read/225994/14505346
sh try-ciphers.sh
# $OpenBSD: try-ciphers.sh,v 1.9 2004/02/28 13:44:45 dtucker Exp $
# Placed in the Public Domain.
tid="try ciphers"
ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc arcfour
aes192-cbc aes256-
www.eeworm.com/read/217763/14952120
sql jy_insert.sql
create procedure jy_insert
@jszh char(8),@isbn char(16),@ssh char(10),@jssj datetime,@flag int output
as
set @flag=(select 库存量 from zzybook where ISBN=@isbn)
if @flag>0
www.eeworm.com/read/335039/12553253
cpp 8_1.cpp
//8_1.cpp
#include
#include
class zrf_Ratio
{
friend std::ostream& operator(std::istream&, z
www.eeworm.com/read/335039/12553256
cpp 8_2.cpp
//8_2.cpp
#include
#include
class zrf_Ratio
{
friend std::ostream& operator(std::istream&, z
www.eeworm.com/read/105212/15675025
makefile
# $OpenBSD: Makefile,v 1.4 2001/08/05 23:18:20 markus Exp $
.PATH: ${.CURDIR}/..
PROG= ssh-keyscan
BINOWN= root
BINMODE?=555
BINDIR= /usr/bin
MAN= ssh-keyscan.1
SRCS= ssh-keyscan.c
.include
www.eeworm.com/read/105212/15675029
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/105212/15675041
makefile
# $OpenBSD: Makefile,v 1.21 2001/06/27 19:29:16 markus Exp $
.PATH: ${.CURDIR}/..
PROG= ssh-keygen
BINOWN= root
BINMODE?=555
BINDIR= /usr/bin
MAN= ssh-keygen.1
SRCS= ssh-keygen.c
.include
www.eeworm.com/read/105212/15675077
makefile
# $OpenBSD: Makefile,v 1.5 2002/07/03 14:21:05 markus Exp $
.PATH: ${.CURDIR}/..
PROG= ssh-keysign
BINOWN= root
BINMODE?=4555
BINDIR= /usr/libexec
MAN= ssh-keysign.8
SRCS= ssh-keysign.c readconf
www.eeworm.com/read/105212/15675146
makefile
# $OpenBSD: Makefile,v 1.42 2002/06/20 19:56:07 stevesk Exp $
.PATH: ${.CURDIR}/..
PROG= ssh
BINOWN= root
#BINMODE?=4555
BINDIR= /usr/bin
MAN= ssh.1 ssh_config.5
LINKS= ${BINDIR}/ssh ${BINDIR}/sl
www.eeworm.com/read/105212/15675166
makefile
# $OpenBSD: Makefile,v 1.20 2001/03/04 00:51:25 markus Exp $
.PATH: ${.CURDIR}/..
PROG= ssh-add
BINOWN= root
BINMODE?=555
BINDIR= /usr/bin
MAN= ssh-add.1
SRCS= ssh-add.c
.include