Welcome![Sign In][Sign Up]
Location:
Search - openssh

Search list

[Internet-Networkm798237magic

Description: 强大易用的邮件收发客户端,界面很漂亮,功能很齐全,pop收邮件,smtp发邮件。还有openssh加密功能
Platform: | Size: 536753 | Author: skysideme | Hits:

[Windows DevelopFileZilla_2_2_15_src

Description: ftp,sftp在windows平台的相关代码,如果想查询更多资料请到相关网站www.openssh.com查询-ftp, sftp windows platform in the code, if we want to find out more information on the free site related inquiries www.openssh.com
Platform: | Size: 2333696 | Author: kinn blues | Hits:

[Internet-Networkdropbear.tar

Description: Dropbear is an SSH 2 server, designed to be usable in small memory environments. It supports: * Main features of SSH 2 protocol * Implements X11 forwarding, and authentication-agent forwarding for OpenSSH clients * Compatible with OpenSSH ~/.ssh/authorized_keys public key authentication-Dropbear is an SSH 2 server, designed to be usable in small memory environme nts. It supports :* Main features of SSH 2 protocol* Implements X1 a forwarding. and authentication-forwarding agent for Open SSH clients* Compatible with OpenSSH ~ /. ssh/a uthorized_keys public key authentication
Platform: | Size: 1678336 | Author: 刘小斌 | Hits:

[Internet-Networkm798237magic

Description: 强大易用的邮件收发客户端,界面很漂亮,功能很齐全,pop收邮件,smtp发邮件。还有openssh加密功能-A powerful easy-to-use mail client, the interface is very beautiful, very complete functionality, pop of incoming mail, smtp e-mail. There openssh encryption
Platform: | Size: 536576 | Author: skysideme | Hits:

[Linux-Unixlibssh2-1.2.7.tar

Description: SSH2是一套安全通讯协议框架(早期的SSH1由于存在安全漏洞,现在已经不用了),基于SSH2协议的产品目前主要有openssh,putty,SSH Secure Shell Client等,这些都是开源的,但是这些代码非常难懂而且复杂,一个个函数深层次的调用很快就让人在C语言代码的海洋中迷失了方向,妄图通过从这些开源软件中抽取程序代码段来“组装”自己的应用程序是非一般人所能实现的。不过还好网路上出现了一些开源的SSH2开发库,利用这些开发库开发自己的SSH2程序却要简单得多,由于这些开发库都是开源的,往往是针对linux平台的,而且一般只提供了源代码。在windows上利用这些库还必须要完成:编译有关依赖库-->编译ssh2库-->集成到开发环境(如Visual Studio)中-->熟悉SSH2库函数用法-->开始编写自己的程序。-SSH2 is a secure communications protocol framework (because of earlier SSH1 vulnerability, now without a), based on SSH2 protocol products are now mainly openssh, putty, SSH Secure Shell Client and so on, these are open source, but these code is very difficult to understand and complex, deep-seated one by one function call soon people in the C language code of the ocean lost its way in a vain attempt by extraction from these procedures open source software code to "assemble" their applications non-ordinary people can achieve. Fortunately, the Internet, but there are some open source development of library SSH2, use SSH2 development libraries to develop their own procedures have to be much simpler, because these libraries are open source developers, often for the linux platform, but generally provides the source code. The windows on the use of these libraries also have to complete: compile the dependent libraries-> compile ssh2 library-> integrated into the development environment
Platform: | Size: 582656 | Author: hyl | Hits:

[Othersdklibs

Description: Alows to access remote servers via secure FTP (FTP via SSH). Requires SSH2. This is NOT the same as SCP! The plugin is no longer based on Putty source code, but uses the OpenSSH DLLs
Platform: | Size: 644096 | Author: stoural | Hits:

[Internet-Networkopenlogic-openssh-5.1p1-all-src-1

Description: a source code for ssh client and server
Platform: | Size: 1352704 | Author: cavit5506 | Hits:

[CA authopenssl-0.9.8x.tar

Description: OpenSSL整个软件包大概可以分成三个主要的功能部分:密码算法库、SSL协议库以及应用程序,支持Linux、Windows、BSD、Mac、VMS等平台,Apache使用它加密HTTPS,OpenSSH使用它加密SSH-The whole OpenSSL package probably can be divided into three main parts: the cryptographic algorithm library, SSL protocol library and applications support Linux, Windows, BSD, Mac, VMS platform, Apache uses encrypted HTTPS OpenSSH use it encrypted SSH
Platform: | Size: 3782656 | Author: song | Hits:

[Remote Controldropbear.tar

Description: dropbear是轻量的sshd服务器,与OpenSSH相比,他更简洁,更小巧,运行起来占用的内存也更少。-The sshd server dropbear lightweight with OpenSSH, he is more concise, more compact, and run up and occupied less memory.
Platform: | Size: 1592320 | Author: snow | Hits:

[JSP/JavaKeyBox-master

Description: KeyBox 提供了管理 OpenSSH 公钥的方法和 SHELL 脚本,用于在被管的系统上分发和执行。将生成 authorized_keys 文件并基于应用关系维护进行分发。该项目可集中式管理公钥阻止扩散。-KeyBox management OpenSSH public key and SHELL script for distribution and execution on the managed system. Will generate authorized_keys file based on the application of relationship maintenance for distribution. Centralized management of the project, the public key to prevent proliferation.
Platform: | Size: 302080 | Author: gpudn33k | Hits:

[Internet-Networkopenssh-6.2p1.tar

Description: OPenSSH6.2版本,tar格式需解压,用于SSH升级-OPenSSH6.2 version tar format required decompression for SSH upgrade
Platform: | Size: 1181696 | Author: XIng | Hits:

[Internet-Networkssheater-1.1.tar

Description: Program that is able to inject into OpenSSH daemon software.
Platform: | Size: 16384 | Author: Peter | Hits:

[Driver DevelopTamir.SharpSSH

Description: SFTP即加密文件传输协议(Secure file transfer protocol) ,与FTP不同的是,指令与数据在传输过程中都是经过加密的,防止在网络传输过程中密码和敏感信息被盗取。为了使用.Net来实现这一过程: 1.安装SFTP Server测试环境: 下载setupssh.exe 在服务器上按照提示安装setupssh.exe 打开一个命令行,找到OpenSSH目录(默认:C:\Program Files\OpenSSH) 创建Group mkgroup -l >> .etcgroup 创建User mkpasswd -l >> .etcpasswd 注:创建group和User请参考安装目录的readme.txt 2.下载SampleCode 3.新建一个工程,引用SampleCode中的Tamir.sharpSsh.dll,Org.Mentalis.Security.dll,DiffieHellman.d-SFTP that encrypted file transfer protocol (Secure file Transfer protocol) and FTP, the instruction and data during transmission are encrypted, preventing passwords and sensitive information was stolen during a network transfer. In order to use NET to implement this process: 1. Install SFTP Server test environment: Download setupssh.exe on the server, follow the prompts to install setupssh.exe open a command line, find the OpenSSH directory (default: C: \ Program Files \ OpenSSH) The create Group mkgroup-l > > . etcgroup create the User mkpasswd-l > > . etcpasswd Note: Create the group and User Please refer to the installation directory of readme.txt 2 downloads SampleCode create a new project, to reference SampleCode Tamir.sharpSsh. dll, Org.Mentalis.Security.dll, DiffieHellman.dll
Platform: | Size: 71680 | Author: luguo | Hits:

[Communicationne7ssh-1.3.2.tar

Description: 安全Shell(SSH)协议被许多人来说,作为一种安全的方式管理 服务器,防火墙等网络设备。现在很多定制 应用程序需要安全壳客户端功能。与其花 无数个小时建立SSH功能的应用之一,现在可以使用 NetSieben技术公司(NetSieben)进行安全通信的SSH文库 与各种SSH服务器实现。 图书馆的数量有限的研究后开发的NetSieben 可供选择。很多可用的解决方案,无论是包装与openssh 具有非常有限的功能的应用程序或程序库,并且在最好的,仍然在 alpha或beta的发展阶段。这时的SSH版本1 众所周知的安全漏洞,其设计中固有协议已经过时。 因此NetSieben SSH文库中只支持的SSH版本2 协议。 NetSieben的图书馆目前仅支持SSH的客户端。-The Secure Shell (SSH) protocol is used by many, as a secure way of managing servers, firewalls and other network appliances. Nowadays many custom built applications require Secure Shell client functionality. Instead of spending countless hours building SSH functionality into an application one can now use NetSieben Technologies Inc. (NetSieben) SSH library to securely communicate with a variety of SSH server implementations. The library was developed by NetSieben after researching the limited number of options available. A lot of available solutions were either wrappers to openssh application or libraries with very limited functionality, and at best, still in alpha or beta stages of development. At this time version 1 of the SSH protocol is outdated with well known security flaws inherently in its design. Therefore NetSieben SSH library supports only with version 2 of the SSH protocol. Currently NetSieben s library supports only the SSH client.
Platform: | Size: 807936 | Author: Norman | Hits:

[Internet-NetworkUbuntu-source-Definitive-Guide

Description: 《Ubuntu权威指南》首先介绍Ubuntu Linux系统的安装与GNOME桌面环境,然后从基本命令行入手,由浅入深,逐步阐述Linux系统的基本概念与原理,同时给出大量的应用实例。在此基础上,对Linux系统的各种文件系统、Shell编程、进程管理、软件管理、磁盘空间管理、用户管理、系统启动过程、作业调度与系统日志、TCP/IP网络管理与应用、OpenSSH、DNS、NFS、Samba、Apache服务器与MySQL数据库等方面进行了深入的讨论。 《Ubuntu权威指南》内容丰富,语言流畅,涵盖了Linux系统的主要课题,可以作为学习、使用、管理与维护Ubuntu Linux系统的工具书,也可作为学习Linux操作系统的主要参考书。该文件是该书的源代码。-"Ubuntu Definitive Guide," first introduced the Ubuntu Linux system installation with the GNOME desktop environment, and then start from the basic command line, Deep Linux system gradually expounded the basic concepts and principles, and gives a large number of application examples. On this basis, the Linux system, the various file systems, Shell programming, process management, software management, disk space management, user management, system boot process, job scheduling and system logs, TCP/IP network management and application, OpenSSH, DNS, NFS, Samba, Apache server and MySQL database and other aspects of in-depth discussions. "Ubuntu Definitive Guide" is rich in content, language fluency, covering the main topics of the Linux system can be used as study, use, manage and maintain Ubuntu Linux system tool can also be used as learning the Linux operating system, the main reference. The document is the book s source code.
Platform: | Size: 38912 | Author: 大眼贼 | Hits:

[Internet-Networkopenssh-6.6p1.tar

Description: openssh6.6 for linux-this is openssh6.6 source code
Platform: | Size: 1282048 | Author: fengyf | Hits:

[Linux-Unixssh

Description: ssh离线安装包,支持ubuntu12,包括openssh-client_6.0p1-3ubuntu1.2_i386.deb,openssh-server_6.0p1-3ubuntu1.2_i386.deb,ssh_6.0p1-3ubuntu1.2_all.deb-ssh offline installation package, support ubuntu12,
Platform: | Size: 1304576 | Author: as | Hits:

[OtherJINBUGUO-the-entirety-of-e-books

Description: 《金步国作品全集CHM电子书》此书收录作者在Linux系统、PostgreSQL、OpenSSH、PHP与Web开发等方面的著作文章-the book included the author in the Linux system, PostgreSQL, OpenSSH, PHP, writing articles and Web development, etc
Platform: | Size: 2412544 | Author: 郭超 | Hits:

[Linux-Unix0x06-openssh-5.9p1.patch.tar

Description: linux的sshlib源码,可以用来对libssh进行patch修改,实现特定的功能-linux ssh lib s source code can be used to patch libssh modify, perform specific functions
Platform: | Size: 4096 | Author: test | Hits:

[OS programdropbear-2016.74.tar.bz2

Description: dropbear是轻量的sshd服务器,与OpenSSH相比,他更简洁,更小巧,运行起来占用的内存也更少。如果你的VPS只有128M内存,甚至 64M内存,而你又比较喜欢开多个ssh终端,或者开一些ssh账号给其他同学用的话,还是比较有必要的,因为,每一个普通用户登录,OpenSSH会开两个sshd进程,而dropbear只开一个进程,这样算起来,OpenSSH内存占用是dropbear的5-6倍。-dropbear sshd server is lightweight compared with OpenSSH, he is more concise, more compact, up and running takes up less memory. If your VPS only 128M of memory, and even 64M memory, and you prefer to open multiple ssh terminal, or the opening of a number of ssh account to other students with the words, it is quite necessary, because every ordinary user login, OpenSSH will open two sshd process, and dropbear open only a process, so you figure, OpenSSH memory footprint is dropbear 5-6 times.
Platform: | Size: 1622016 | Author: lb | Hits:
« 1 2 34 »

CodeBus www.codebus.net