代码搜索:ssh
找到约 2,065 项符合「ssh」的源代码
代码结果 2,065
www.eeworm.com/read/250756/12386219
rc putty.rc
#include "rcstuff.h"
#define APPNAME "PuTTY"
#define APPDESC "SSH, Telnet and Rlogin client"
#include "win_res.rc2"
#ifndef NO_MANIFESTS
1 RT_MANIFEST "putty.mft"
#endif /* NO_MANIFESTS */
www.eeworm.com/read/225994/14505557
rc sshd.rc
#!/sbin/sh
#
# sshd.rc: SSH daemon start-up and shutdown script
#
# Allowed exit values:
# 0 = success; causes "OK" to show up in checklist.
# 1 = failure; causes "FAIL" to show up in checklist.
# 2
www.eeworm.com/read/225994/14505747
h deattack.h
/* $OpenBSD: deattack.h,v 1.7 2001/06/26 17:27:23 markus Exp $ */
/*
* Cryptographic attack detector for ssh - Header file
*
* Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
*
* All
www.eeworm.com/read/486051/1254114
java transitinfohomedao.java
package com.shunshi.ssh.dao;
import java.sql.SQLException;
import java.util.List;
import org.hibernate.HibernateException;
import org.hibernate.Query;
import org.hibernate.Session;
import or
www.eeworm.com/read/486051/1254141
java storageinfohomedao.java
package com.shunshi.ssh.dao;
import java.sql.SQLException;
import java.util.List;
import org.hibernate.HibernateException;
import org.hibernate.Query;
import org.hibernate.Session;
import or
www.eeworm.com/read/462559/1544931
java jbutils.java
package y2ssh.zhangcuishan.util;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
public class JbUtils {
public static
www.eeworm.com/read/239418/4601313
rc sshd.rc
#!/sbin/sh
#
# sshd.rc: SSH daemon start-up and shutdown script
#
# Allowed exit values:
# 0 = success; causes "OK" to show up in checklist.
# 1 = failure; causes "FAIL" to show up in checklist.
# 2
www.eeworm.com/read/209211/4983273
c authsrvpasswd.c
#include "ssh.h"
static AuthInfo*
authsrvpasswordfn(Conn *c, Msg *m)
{
char *pass;
AuthInfo *ai;
pass = getstring(m);
ai = auth_userpasswd(c->user, pass);
free(m);
return ai;
}
Authsrv authsr
www.eeworm.com/read/209211/4983274
c sshserve.c
#include "ssh.h"
char *cipherlist = "blowfish rc4 3des";
char *authlist = "tis";
void fromnet(Conn*);
void startcmd(Conn*, char*, int*, int*);
int maxmsg = 256*1024;
Cipher *allcipher[] = {
&ciphe
www.eeworm.com/read/337546/3336001
c hostap_ap.c
/*
* Intersil Prism2 driver with Host AP (software access point) support
* Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen
*
* Copyright (c) 2002-2