代码搜索:ssh
找到约 2,065 项符合「ssh」的源代码
代码结果 2,065
www.eeworm.com/read/172609/5382920
c ssh.c
/* $Id: ssh.c,v 1.8.2.1 2004/04/20 08:50:06 alan Exp $ */
/*
* Stonith module for SSH Stonith device
*
* Copyright (c) 2001 SuSE Linux AG
*
* Authors: Joachim Gleissner , Lars Marowsk
www.eeworm.com/read/334125/3373521
ssh onnode.ssh
#!/bin/sh
# onnode script for ssh
if [ $# -lt 2 ]; then
cat
www.eeworm.com/read/292144/3957198
hrl ssh.hrl
%% ``The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
%% compliance with the License. You should have received a
www.eeworm.com/read/292144/3957217
erl ssh.erl
%% ``The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
%% compliance with the License. You should have received a
www.eeworm.com/read/292144/3957225
appup ssh.appup
{"0.9.9.1",
[
{"0.9.7", [{restart_application, ssh}]},
{"0.9.6", [{restart_application, ssh}]},
{"0.9.5", [{restart_application, ssh}]}
],
[
{"0.9.7", [{restart_application, ssh}]},
{"0.9.
www.eeworm.com/read/292144/3957226
app ssh.app
%%% This is an -*- erlang -*- file.
{application, ssh,
[{description, "SSH-2 for Erlang/OTP"},
{vsn, "0.9.9.1"},
{modules, ['DSS',
'PKCS-1',
ssh,
ssh_app,
ssh_bits,
www.eeworm.com/read/286854/4031958
c ssh.c
#include
#include
#include
#include
#include
#include "putty.h"
#include "tree234.h"
#include "ssh.h"
#ifndef FALSE
#define FALSE 0
#endif
#ifnd
www.eeworm.com/read/286854/4032105
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);
extern in
www.eeworm.com/read/283599/4077746
ssh sysconfig.ssh
## Path: Network/Remote access/SSH
## Description: SSH server settings
## Type: string
## Default: ""
## ServiceRestart: sshd
#
# Options for sshd
#
SSHD_OPTS=""