Main > Free Download Search >

Free vshell ssh2 software for linux

vshell ssh2

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12
libssh2 0.16

libssh2 0.16


libssh2 is a library implementing the SSH2 protocol. more>>
libssh2 library implements the SSH2 protocol as defined by Internet Drafts: SECSH-TRANS, SECSH-USERAUTH, SECSH-CONNECTION, SECSH-ARCH, SECSH-FILEXFER, SECSH-DHGEX, SECSH-NUMBERS, and SECSH-PUBLICKEY.
Main features:
- Key Exchange Methods: diffie-hellman-group1-sha1, diffie-hellman-group14-sha1, diffie-hellman-group-exchange-sha1**
- Hostkey Types: ssh-rsa, ssh-dss
- Ciphers: aes256-cbc (rijndael-cbc@lysator.liu.se), aes192-cbc, aes128-cbc, 3des-cbc, blowfish-cbc, cast128-cbc, arcfour, none**
- Compression Schemes: zlib, none
- MAC hashes: hmac-sha1, hmac-sha1-96, hmac-md5, hmac-md5-96, hmac-ripemd160 (hmac-ripemd160@openssh.com), none**
- ** - Affected by build time ./configure options. See INSTALL file for more information.
- Authentication: none, password, public-key, hostbased, keyboard-interactive
- Channels: shell, exec (incl. SCP wrapper), direct-tcpip, subsystem
- Global Requests: tcpip-forward
- Channel Requests: x11, pty
- Subsystems: sftp(version 3), publickey(version 2)
Enhancements:
- A bunch of bugs were fixed, new public defines for version/major/minor/patch numbers were introduced, and the old APINO define was removed.
<<less
Download (0.32MB)
Added: 2007-08-07 License: LGPL (GNU Lesser General Public License) Price:
881 downloads
Net-SSH2 0.09

Net-SSH2 0.09


Net-SSH2 is a SSH 2 protocol interface. more>>
Net-SSH2 is a SSH 2 protocol interface.

SYNOPSIS

Top
use Net::SSH2;

my $ssh2 = Net::SSH2->new();

$ssh2->connect(example.com) or die;

if ($ssh2->auth_keyboard(fizban)) {
my $chan = $ssh2->channel();
$chan->exec(program);

my $sftp = $ssh2->sftp();
my $fh = $sftp->open(/etc/passwd) or die;
print $_ while < $fh >;
}

Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org) library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2.

Unless otherwise indicated, methods return a true value on success and false on failure; use the error method to get extended error information.

The typical order is to create the SSH2 object, set up the connection methods you want to use, call connect, authenticate with one of the auth methods, then create channels on the connection to perform commands.

<<less
Download (0.064MB)
Added: 2006-09-28 License: Perl Artistic License Price:
1125 downloads
J2SSH 0.2.9

J2SSH 0.2.9


J2SSH provides a fully-featured Java SSH version 2 API implementation. more>>
J2SSH provides a fully-featured Java SSH version 2 API implementation.
J2SSH is an object-orientated Java implementation of the SSH version 2 protocol. It provides a rich, powerful, and extensible SSH API that enables developers to gain access to SSH servers and to develop entire SSH client/server frameworks.
The API library provides a fully-featured SSH2 implementation specifically designed for cross-platform development. Higher level components, representing both the standard SSH client and SSH servers, are provided which implement the protocol specification for user sessions and port forwarding.
The specification currently supports public key and password authentication and a full implementation of the SFTP protocol.
Enhancements:
- This release fixes several bugs which have been pending for years.
- These include character encoding problems in sftp and problems with the rekeying code.
- This release is also the first modified release which is only available under the GPL.
<<less
Download (MB)
Added: 2007-05-22 License: LGPL (GNU Lesser General Public License) Price:
896 downloads
OpenSSH 5.1

OpenSSH 5.1


OpenSSH is a FREE version of the SSH connectivity tools more>> OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks. Additionally, OpenSSH provides secure tunneling capabilities and several authentication methods, and supports all SSH protocol versions.
The OpenSSH suite replaces rlogin and telnet with the ssh program, rcp with scp, and ftp with sftp. Also included is sshd (the server side of the package), and the other utilities like ssh-add, ssh-agent, ssh-keysign, ssh-keyscan, ssh-keygen and sftp-server.
features:
Open Source Project
Free Licensing
Strong Encryption (3DES, Blowfish, AES, Arcfour)
X11 Forwarding (encrypt X Window System traffic)
Port Forwarding (encrypted channels for legacy protocols)
Strong Authentication (Public Key, One-Time Password and Kerberos Authentication)
Agent Forwarding (Single-Sign-On)
Interoperability (Compliance with SSH 1.3, 1.5, and 2.0 protocol Standards)
SFTP client and server support in both SSH1 and SSH2 protocols.
Kerberos and AFS Ticket Passing
Data Compression
OpenSSH is developed by the OpenBSD Project. The software is developed in countries that permit cryptography export and is freely useable and re-useable by everyone under a BSD license. However, development has costs, so if you find OpenSSH useful (particularly if you use it in a commercial system that is distributed) please consider donating to help fund the project.
OpenSSH is developed by two teams. One team does strictly OpenBSD-based development, aiming to produce code that is as clean, simple, and secure as possible. We believe that simplicity without the portability "goop" allows for better code quality control and easier review. The other team then takes the clean version and mak
<<less
Download (428KB)
Added: 2009-04-29 License: Freeware Price: Free
279 downloads
 
Other version of OpenSSH
OpenSSH 4.61.3, 1.5, and 2.0 protocol Standards) - SFTP client and server support in both SSH1 and SSH2
License:BSD License
Download (0.40MB)
661 downloads
Added: 2007-03-10
Portable OpenSSH 4.6p1

Portable OpenSSH 4.6p1


OpenSSH is a FREE version of the SSH protocol suite. more>>
Portable OpenSSH is a Unix/Linux port of OpenBSDs excellent OpenSSH, a full implementation of the SSH1 and SSH2 protocols. Portable OpenSSH includes sftp client and server support.
OpenSSH is a FREE version of the SSH protocol suite of network connectivity tools that increasing numbers of people on the Internet are coming to rely on. Many users of telnet, rlogin, ftp, and other such programs might not realize that their password is transmitted across the Internet unencrypted, but it is.
OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other network-level attacks. Additionally, OpenSSH provides a myriad of secure tunneling capabilities, as well as a variety of authentication methods.
The OpenSSH suite includes the ssh program which replaces rlogin and telnet, scp which replaces rcp, and sftp which replaces ftp. Also included is sshd which is the server side of the package, and the other basic utilities like ssh-add, ssh-agent, ssh-keysign, ssh-keyscan, ssh-keygen and sftp-server. OpenSSH supports SSH protocol versions 1.3, 1.5, and 2.0.
Main features:
- Open Source Project
- Free Licensing
- Strong Encryption (3DES, Blowfish, AES, Arcfour)
- X11 Forwarding (encrypt X Window System traffic)
- Port Forwarding (encrypted channels for legacy protocols)
- Strong Authentication (Public Key, One-Time Password and Kerberos Authentication)
- Agent Forwarding (Single-Sign-On)
- Interoperability (Compliance with SSH 1.3, 1.5, and 2.0 protocol Standards)
- SFTP client and server support in both SSH1 and SSH2 protocols.
- Kerberos and AFS Ticket Passing
- Data Compression
<<less
Download (0.89MB)
Added: 2007-03-10 License: GPL (GNU General Public License) Price:
611 downloads
Ganymed SSH-2 for Java Build 210

Ganymed SSH-2 for Java Build 210


Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0). more>>
Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
Ganymed SSH2 for Java allows one to connect to SSH servers from within Java programs. It supports SSH sessions (remote command execution and shell access), local and remote port forwarding, local stream forwarding, X11 forwarding and SCP.
There are no dependencies on any JCE provider, as all crypto functionality is included.
Ganymed SSH2 for Java is used in the Ganymed replication project and a couple of other projects here at the IKS group.
Main features:
- 100% Java implementation of the SSH-2 protocol (tested on J2SE 1.4.2 and 5.0)
- No dependency on any JCE provider, all crypto functionality is included in the Ganymed SSH2 for Java library.
- Supports SSH sessions (remote command execution and shell access), X11 forwarding, local and remote port forwarding, local stream forwarding and SCP.
- Thread safe, multiple threads can concurrently execute commands, open shells etc. on the same SSH connection.
- Available ciphers: aes256-ctr, aes192-ctr, aes128-ctr, blowfish-ctr, aes256-cbc, aes192-cbc, aes128-cbc, blowfish-cbc, 3des-ctr and 3des-cbc.
- Supports DSA and RSA server keys (ssh-dss and ssh-rsa). Extensive support for known_hosts file handling.
- Key exchange methods: diffie-hellman-group-exchange-sha1 (parameters configurable), diffie-hellman-group14-sha1 and diffie-hellman-group1-sha1.
- Supported MAC algorithms: hmac-sha1-96, hmac-sha1, hmac-md5-96 and hmac-md5.
- User authentication: password, keyboard-interactive and public-key with DSA and RSA keys (client-side private keys (PEM format) may also be 3DES, DES or AES encrypted).
Enhancements:
- This release has support for SFTP v3, HTTP proxies, connection monitoring, improved port forwarding, better compatibility for the Diffie-Hellman group exchange, and enhancements in the SCP code.
<<less
Download (0.46MB)
Added: 2006-10-07 License: BSD License Price:
1115 downloads
JSch 0.1.33

JSch 0.1.33


JSch is a pure Java implementation of SSH2. more>>
JSch is a pure Java implementation of SSH2.
JSch project allows the user to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs. JSch is licensed under BSD style license.
Our intension in developing this stuff is to enable users of our pure java X servers, WiredX and WeirdX, to enjoy secure X sessions. Our efforts have mostly targeted the SSH2 protocol in relation to X window system and X11 forwarding. Of course, we are also interested in adding other functionality - port forward, file transfer, terminal emulation, etc.
Needless to say, SSH provides support for secure remote login, secure file transfer, and secure TCP/IP and X11 forwarding. It can automatically encrypt, authenticate, and compress transmitted data.
The SSH protocol is available in two incompatible varieties: SSH1 and SSH2. SSH2 was invented to avoid the patent issues regarding RSA (RSA patent has expired), and to fix some data integrity problem that SSH1 has, and for a number of other technical reasons.
SSH2 protocol has been standardized on IETF Secure Shell working group and drafts related to SSH2 protocol are available on the web. In developing JSch, we are now referring to following documents:
SSH Protocol Architecture
SSH Transport Layer Protocol
Diffie-Hellman Group Exchange for the SSH Transport Layer Protocol
SSH Connection Protocol
SSH Authentication Protocol
Main features:
- JSch is in pure Java, but it depends on JavaTM Cryptography Extension (JCE). JSch is know to work with:
- J2SE 1.4.0 or later (no additional libraries required).
- J2SE 1.3 and Suns JCE reference implementation that can be obtained at http://java.sun.com/products/jce/.
- J2SE 1.2.2 and later and Bouncycastles JCE implementation that can be obtained at http://www.bouncycastle.org/.
- SSH2 protocol support.
- Key exchange: diffie-hellman-group-exchange-sha1, diffie-hellman-group1-sha1
- Cipher: blowfish-cbc, 3des-cbc, aes128-cbc,aes192-cbc,aes256-cbcnew!
- MAC: hmac-md5, hmac-sha1, hmac-md5-96, hmac-sha1-96
- Host key type: ssh-dss,ssh-rsa
- Userauth: password
- Userauth: publickey(DSA,RSA)
- Userauth: keyboard-interactive
- X11 forwarding
- xauth spoofing
- connection through HTTP proxy.
- connection through SOCKS5 proxy.
- port forwarding.
- stream forwarding.
- signal sending. The unofficial patch for sshd of openssh will be found in this thread.
- remote exec.
- generating DSA and RSA key pairs.
- changing the passphrase for a private key.
- partial authentication
- SSH File Transfer Protocol(version 0, 1, 2, 3)
- packet compression. JZlib has been used.
- JSch is licensed under BSD style license.
Enhancements:
- bugfix: freeze in diffie-hellman-group-exchange-sha1. FIXED. By the default, diffie-hellman-group1-sha1 will be used and if you have not chosen diffie-hellman-group-exchange-sha1 explicitly, you dont have to worry about it.
- bugfix: there should be timeout mechanism in opening a socket for remote port forwarding. FIXED. At the failure or timeout, SSH_MSG_CHANNEL_OPEN_FAILURE will be sent to sshd.
- bugfix: there should be timeout mechanism in opening a socket for X11 forwarding. FIXED. At the failure or timeout, SSH_MSG_CHANNEL_OPEN_FAILURE will be sent to sshd.
<<less
Download (0.20MB)
Added: 2007-05-11 License: BSD License Price:
899 downloads
WeirdX 1.0.32

WeirdX 1.0.32


WeirdX is an X Window System server in pure Java under GNU GPL. more>>
WeirdX is an X Window System server in pure Java under GNU GPL.
It is derived from WiredX-Lite and will run on any platforms which support Java 1.1. This X server will not be suitable to exec heavy x clients, but you may find that twm, xterm, etc. will run fine on it.
WeirdX allows you to get secure X accesses via SSH2 X11 forwarding in pure Java. This functionality is based on JSch, which is a pure Java implementation of SSH2 and developed by JCraft under revised BSD license.
Main features:
- WeirdX handles x protocols directly.
- WeirdX supports core protocols of X11R6.3 partially.
- WeirdX is implemented with JDK 1.1.
- WeirdX runs as an application/applet.
- WeirdX supports Rootless mode.
- WeirdX runs as a TrueType font X Server if your JVM supports TrueType fonts.
- WeirdX supports the three mouse button emulation.
- WeirdX supports copy/paste operations between the native window system and x clients via CUT_BUFFER0.
- WeirdX supports 1bpp, 8bpp and 16bpp mode.
- WeirdX supports multibyte characters; Japanese, Korean and Chinese characters.
- WeirdX allows you to get secure X accesses in pure Java by using JSch.new!
- JRexec is included.
- WeirdX supports XDMCP.
- WeirdX supports dxpc(Differential X Protocol Compressor) with the assistance of JDxpc.
- WeirdX includes hacks for the alpha transparency.
- WeirdX supports EsounD compatible applications.
- WeirdX includes the XJS Extension written by Christian Werner.
- WeirdX is distributed under GNU GPL.
- WeirdX is not WiredX(please refere to section 1.5 in FAQ).
<<less
Download (0.20MB)
Added: 2005-08-12 License: GPL (GNU General Public License) Price:
1535 downloads
SSH library 0.11

SSH library 0.11


Ssh library was designed to be used by programmers needing a working SSH framework. more>>
Ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. Runs only on x86 linux, bsd and MacOS X.
libssh is a C library to access SSH 2 services from a program. It can remotely execute programs, transfer files, and serve as a secure and transparent tunnel for remote programs. Its Secure FTP implementation can play with remote files easily, without third-party programs others than libcrypto (from OpenSSL).
Main features:
- Full C library functions for manipulating a client-side SSH connection
- Lesser GPL licensing -SSH2 protocol compliant
- Fully configurable sessions
- Support for AES-128,AES-192,AES-256,blowfish, 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
- Basic but correct SFTP implementation (secure file transfer)
- RSA and DSS server public key supported
- Compression support (with zlib)
- Public key (RSA and DSS), password and keyboard-interactive authentication
- A complete documentation about its API
- Runs and tested under amd64, x86, arm, sparc32, ppc under Linux, Bsd, MacosX and Solaris
- A developer listening to you
Enhancements:
- Connection timeout support
- Keyboard-interactive authentication (used by Pam with SSH)
- Server public keys management
- 64 bits cpu support
- Enhanced documentation
- and of course a huge number of bugfixe
<<less
Download (0.29MB)
Added: 2006-07-14 License: LGPL (GNU Lesser General Public License) Price:
1213 downloads
SSHTerm 1.3.2 Professional

SSHTerm 1.3.2 Professional


SSHTerm is an integrated SSH terminal, SFTP client, and secure VNC viewer. more>>
SSHTerm is a fully-featured Java SSH terminal that provides a whole range of features including port forwarding, password and public-key authentication, full clipboard support, record and playback input/output, and the ability to load/save connection settings to a file.
The SSH terminal is now seamlessly integrated with a secure VNC viewer, a port forwarding manager, and a full SFTP client.
Main features:
- Supports SSH1, SSH2, VNC, Telnet, SFTP, Secure VNC and Socket connections
- Supports SSL-Explorer VPN proxying
- SSH supports password, public-key and keyboard-interactive authentication
- Identity manager allows creation of keys and reduces password entry
- Configure remote systems for access with your public-keys automatically
- Faster data transfer rates than competing applications
- Platform independent - supports Windows, Macintosh, Linux, Solaris
- Intuitive interface for maximum user friendliness
- Terminal supports VT100, VT220, VT320 and ANSI Emulations
- Multiple sessions can appear as seperate tabs in the interface
- VNC supports Hextile, ZLib, Raw encodings
- Fully configurable terminal with various color/cursor settings
- Spawn new windows or clone existing sessions to new windows
- Resizable fonts can scale proportionally with screen size
- Data compression supported
- Supported ciphers are 3DES-CBC and Blowfish-CBC
- Store connections & settings to file
<<less
Download (3.1MB)
Added: 2005-04-03 License: GPL (GNU General Public License) Price:
1674 downloads
JCTerm 0.0.9

JCTerm 0.0.9


JCTerm is an SSH2 terminal emulator written in pure Java. more>>
JCTerm is an SSH2 terminal emulator written in pure Java. The project supports port forwarding, X11 forwarding, etc.
Enhancements:
- JCTerm requires jsch(http://www.jcraft.com/jsch/) 0.1.0 or later.
- JCTerm requires J2SE 1.4.
- JCTermMIDP runs on J2ME/CLDC/MIDP2.0
- JCTermJ2MECDC runs on J2ME/CDC/PP 1.0
- VT100 emulation
- SSH2 protocol support.
- X11 forwarding.
- connection through HTTP proxy.
- connection through SOCKS5 proxy.
- local/remote port forwarding.
- anti-aliasing text.
- sftp support.
- packet compression support
- JCTerm is licensed under GNU LGPL.
<<less
Download (0.066MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
858 downloads
yafc 1.1.1

yafc 1.1.1


yafc is Yet Another FTP Client. more>>
Yafc is yet another FTP client which features a directory cache, remote filename completion, aliases, colorized ls, recursive get/put/ls/rm, nohup mode transfers, tagging (queueing), multiple connections, proxy support, and more. It has also support for Kerberos authentication and SSH2 (sftp).
Main features:
- cached directory listings
- extensive tab completion
- aliases
- colored ls (ie, ls --color, uses $LS_COLORS like GNU ls)
- automatic reconnect on timed out connections
- recursive get/put/fxp/ls/rm
- nohup mode transfers
- multiple connections open simultaneously
- tagging (queueing)
- very configurable
- autologin and bookmarks
- automagically enters nohup-mode when SIGHUP received (in get and put)
- redirection to local command or file
- proxy support
- Kerberos support (version 4 and 5, heimdal, kth-krb or MIT)
- SSH2 support (sftp)
- its free!
Enhancements:
- Applied patch by Mark Schreiber that checks for errno.h in configure.ac
- Less picky autogen.sh
- sysconfdir setting from configure honored (thanks to Toru TAKAMIZU)
- alternative SSH port now accepted (thanks Henk Csaba)
- Applied patch from Eduard Bloch that adds a setting for user configurable SSH options
- Uses standard SI prefixes for binary multiples (KiB, MiB, GiB) in transfer progress
- Fixed bug when pressing Ctrl-D in user input (ask), reported by Robin Breathe
- Applied patch by Thomas Habets, fixing a file descriptor leak
- Fixed the "-s" parameter for the "fxp" command (patch by Julien Antille)
- Included the large file support patch by Eduard Block
- Applied patch from Eduard Block that improved the help command
- Applied patch from Martin Pitt that fixes the errno.h problem in makepath.c
<<less
Download (1.1MB)
Added: 2005-10-06 License: GPL (GNU General Public License) Price:
1488 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1