head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2009.12.14.02.05.55;	author avl;	state Exp;
branches;
next	1.2;

1.2
date	2009.07.13.12.57.25;	author avl;	state Exp;
branches;
next	1.1;

1.1
date	2009.04.12.17.47.48;	author lwhsu;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 0.4.0

Thanks to:	fluffy@@
@
text
@The ssh library was designed to be used by programmers needing a working SSH
implementation by the mean of a library. The complete control of the client is
made by the programmer. With libssh, you can remotely execute programs, transfer
files, use a secure and transparent tunnel for your remote programs.
With its Secure FTP implementation, you can play with remote files easily,
without third-party programs others than libcrypto (from openssl).

libssh features:

 * Full C library functions for manipulating a client-side SSH connection
 * SSH2 and SSH1 protocol compliant
 * Fully configurable sessions
 * Server support, SSH agent authentication support
 * Support for AES-128, AES-192, AES-256, Blowfish, 3DES in CBC mode
 * Use multiple SSH connections in a same process, at same time
 * Use multiple channels in the same connection
 * Thread safety when using different sessions at same time
 * POSIX-like SFTP implementation with openssh extension support
 * SCP implementation
 * RSA and DSS server public key supported
 * Compression support (with zlib)
 * Public key (RSA and DSS), password and keyboard-interactive authentication

WWW: http://www.libssh.org/
@


1.2
log
@- Update to 0.3.0

Approved by:	tabthorpe (mentor)
@
text
@d13 2
a14 2
 * Server support
 * Support for AES-128,AES-192,AES-256,blowfish,3des in cbc mode
d18 2
a19 1
 * Basic but correct SFTP implementation (secure file transfer)
@


1.1
log
@Add libssh 0.2, a library implementing the SSH1 and SSH2 protocol.

PR:		ports/133657
Submitted by:	Alexander Logvinov <ports at logvinov.com>
@
text
@d23 1
a23 1
WWW: http://0xbadc0de.be/wiki/libssh:libssh
@

