代码搜索:ssh
找到约 2,065 项符合「ssh」的源代码
代码结果 2,065
www.eeworm.com/read/409921/2221606
txt ssh.txt
It should be possible to add ssh support to console telnet, as console telnet has a very modular design when it comes to the networking code. There is already support for pipes, and if there exists a
www.eeworm.com/read/393482/8284435
cs ssh.cs
namespace LicenseManage.BaseClasses
{
class SSH
{
//static
public SSH()
{
}
public static string SendSshCmd(string command)
www.eeworm.com/read/170836/9785615
h ssh.h
#include
#include
#include "puttymem.h"
#include "network.h"
#include "int64.h"
#include "misc.h"
struct ssh_channel;
extern void sshfwd_close(struct ssh_channel *c);
www.eeworm.com/read/170836/9785750
c ssh.c
#include
#include
#include
#include
#include "putty.h"
#include "tree234.h"
#include "ssh.h"
#ifndef FALSE
#define FALSE 0
#endif
#ifndef TRUE
www.eeworm.com/read/135541/13922134
ppp-on-ssh
#!/bin/sh
#
# A sample script to establish PPP session(s) via SSH 1.x
#
# Adi Masputra
# Jan 24, 2000
#
#
# You'd definitely want to change the following addresses to suit
# yo
www.eeworm.com/read/235820/14050975
c ssh.c
/*
ssh.c
Minimal SSH-1 protocol implementation.
Copyright (c) 2000 Dug Song
$Id: ssh.c,v 1.5 2000/12/19 05:11:57 dugsong Exp $
*/
#include "config.h"
#include
www.eeworm.com/read/235820/14051155
h ssh.h
/*
ssh.h
Minimal SSH-1 protocol implementation.
Copyright (c) 2000 Dug Song
$Id: ssh.h,v 1.2 2000/12/01 21:00:50 dugsong Exp $
*/
#ifndef SSH_H
#define SSH_H
#define
www.eeworm.com/read/105212/15675024
c ssh.c
/*
* Author: Tatu Ylonen
* Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
* All rights reserved
* Ssh client program. This program can be used t
www.eeworm.com/read/105212/15675033
java ssh.java
// $Id: Ssh.java,v 1.3 2002/03/21 22:44:05 rees Exp $
//
// Ssh.java
// SSH / smartcard integration project, smartcard side
//
// Tomoko Fukuzawa, created, Feb., 2000
//
// Naomaru Itoi, modified, Apr
www.eeworm.com/read/105212/15675060
1 ssh.1
.\" -*- nroff -*-
.\"
.\" Author: Tatu Ylonen
.\" Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
.\" All rights reserved
.\"
.\" As far as I am conc