Main > Free Download Search >

Free ssh software for linux

ssh

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 359
KSSH 0.7

KSSH 0.7


KSSH is a ssh/openssh frontend for KDE. more>>
KSSH is a KDE front-end to ssh.

It can work as a standard KDE application that launches ssh connections in a terminal or as a konsole session.

This means that you can press in any konsole "New Session" and then select "Secure Shell".

<<less
Download (0.063MB)
Added: 2005-06-02 License: GPL (GNU General Public License) Price:
1607 downloads
zssh 1.5a

zssh 1.5a


zssh interactively transfers files to a remote machine while using the secure shell. more>>
zssh interactively transfers files to a remote machine while using the secure shell.
It is intended to be a convenient alternative to scp, allowing to transfer files without having to open another session and re-authenticate oneself.
zssh is an interactive wrapper for ssh used to switch the ssh connection between the remote shell and file transfers.
Files are transferred through the zmodem protocol, using the rz and sz commands.
Enhancements:
- now compiles with readline v4.2
- works on MacOS X
config:
- detect readline headers
- fixed configure.in bug (-ltermcap not needed in AC_CHECK_LIB)
<<less
Download (0.33MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1143 downloads
yaSSH 0.0.2

yaSSH 0.0.2


yaSSH project is a fast, dual-licensed implementation of SSH. more>>
yaSSH project is a fast, dual-licensed implementation of SSH.
It will include an SSH client, a client library, a server, and a server library.
It is focused on speed, limited memory requirements, a simple API, portability, and use in an embedded setting.
Enhancements:
- This release contains client transport support and initial client authentication.
<<less
Download (0.33MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price:
1150 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.6OpenBSD Project - OpenSSH is a FREE version of the SSH protocol suite of network connectivity tools. OpenSSH. OpenSSH project is a FREE version of the SSH protocol suite of network connectivity
License:BSD License
Download (0.40MB)
661 downloads
Added: 2007-03-10
sshfp 1.1.2

sshfp 1.1.2


sshfp generates DNS SSHFP records from SSH public keys. more>>
sshfp generates DNS SSHFP records from SSH public keys. It can take public keys from a knownhosts file or from scanning the hosts sshd daemon.

The ssh client can use these SSHFP records if you set "VerifyHostKeyDNS yes" in the file /etc/ssh/ssh_config.

SYNTAX

sshfp [-k [ knownhosts_file ]] [-a] | [ < hostname1 > [hostname2 ...]]
sshfp -s [ -a < domain > ] | [< hostname1 > [hostname2 ...]] [@ns]

OPTIONS

-s / --scan < hostname1 > [hostname2 ...]
Scan hosts or domain for public SSH keys using ssh-keyscan
-k / --knownhosts [knownhosts_file] < hostname1 > [hostname2 ...]
Obtain public SSH keys from a known_hosts file. Defaults to using
~/.ssh/known_hosts
-a / --all
Scan all hosts in the known_hosts file when used with -k. When used
with -s, it will attempt an zone transfer (AXFR) to obtain all A
records in the domain specified.
-t / --trailing-dot
Add a trailing dot to the hostname in the SSHFP records. It is not
possible to determine whether a known_hosts or dns query is for a
FQDN (eg [3]www.xelerance.com) or not (eg www) or not (unless -d
domainname -a is used, in which case a trailing dot is always
appended). Non-FQDN get their domainname appended through
/etc/resolv.conf These non-FQDN will happen when using a non-FQDN (eg
sshfp -k www) or known_hosts entries obtained by running ssh
[4]www.sub where .domain.com is implied. When -t is used, all
hostnames not ending with a dot, that at least contain two parts in
their hostname (eg [5]www.sub but not www get a trailing dot. Note
that the output of sshfp can also just be manually editted for
trailing dots.
-o / --output < filename >
Write to filename instead of stdout
-h / --help
Output help information and exit.
-v / --version
Output version information and exit.

<<less
Download (0.014MB)
Added: 2007-04-09 License: GPL (GNU General Public License) Price:
928 downloads
SSH Rootkit 6

SSH Rootkit 6


SSH Rootkit is a patch for latest version of SSH 1.2 to enable rootkit features like incoming/outgoing password logging. more>>
SSH Rootkit is a patch for latest version of SSH 1.2 to enable "rootkit" features like incoming/outgoing password logging, "global password" to allow login into any account using a pre-defined password.
Adds options to SSH configure script to enable rootkit features. Script kiddie dream!
WARNING: If configure fails on your system for some reason, re-run autoheader / autoconf in the ssh dir after patching.
WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
PLEASE READ THE SECTION ABOUT SETTING FILE MODES FOR THE
USERNAME/PASSWORD LOG FILE!!! IF YOU DONT, SSH ROOTKIT
WILL NOT WORK!!! IF I GET ANY EMAIL ABOUT "SIGNAL 11"
WHEN RUNNING SSH, I WILL IGNORE IT!
WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
NOTICE: This version includes patches from these people: Zelea, spwn.
NOTICE: Setting file modes on the logfile PLEASE make sure that your selected log file (--enable-ssh-log=whatever) is set to mode 666 (read/write by all) its extremely important to do this, because otherwise ssh will not be able to fopen() the log file, and will die with sig11. No, there is not an easy way to make it open the file while its still root. So, to summarize this:
# chmod 666 /wherever/your/log/file/is/.logfile
If you dont do this, dont come crying to me after the admin finds you.
Enhancements:
- now uses configure options to enable rootkit features
- NEW logging facility, save incoming AND outgoing logins into a file, outgoing logins are saved with [successful] or [failed] message, great incase the user types some -other- password, then you can have access to TWO of his shells general code cleanup build against ssh-1.2.27
- corrected a bug that prevented wtmp/utmp login when RSA authentication and .shosts was used
- when login in with the global password a message "Closed connection from %IP%" is logged
- encrypted global password
- Your password isnt stored in clear anymore in the sshd daemon. Only the MD5 hash of your password is. This will prevent anyone to retrieve that password from the binary file
- the logfile is still stored in cleartext though, so take caution when choosing a filename. Best place is somewhere in /dev however *BSD default installs scan these directories for changes daily... /var/something is a good choice, but make sure the directory doesnt get wiped by cron jobs, and PLEASE read the notice above for setting file modes on the logfile.
<<less
Added: 2006-10-20 License: GPL (GNU General Public License) Price:
1110 downloads
SSHatter 0.2

SSHatter 0.2


SSHatter uses a brute force technique to determine the how to log into an SSH server. more>>
SSHatter uses a brute force technique to determine the how to log into an SSH server. The project simply tries each combination in a list of usernames and passwords to determine which ones successfully log in.
Enhancements:
- Modified to allow multiple hostnames and usernames
- Added passwords (taken from http://www.nth-dimension.org.uk/downloads.php?id=30)
<<less
Download (0.003MB)
Added: 2007-08-16 License: BSD License Price:
812 downloads
Autossh 1.4a

Autossh 1.4a


Autossh is a program to monitor and automatically reestablish SSH connections. more>>
Autossh is a program to monitor and automatically reestablish SSH connections. Autossh is similar to rstunnel (Reliable SSH Tunnel), however, it is implemented in C, and is easier to set up and use, especially for connections to multiple hosts.
Autossh has been compiled and tested on OpenBSD, Linux, and Solaris, and should run without needing changes on FreeBSD and NetBSD.
Main features:
- autossh is a program to start a copy of ssh and monitor it, restarting it as necessary should it die or stop passing traffic. The idea is from rstunnel (Reliable SSH Tunnel), but implemented in C.
- The authors view is that it is not as fiddly as rstunnel to get to work.
- Connection monitoring using a loop of port forwardings or a remote echo service.
- Backs off on rate of connection attempts when experiencing rapid failures such as connection refused.
- Compiled and tested on OpenBSD, Linux, Solaris, Mac OS X, Cygwin, and AIX; should work on other BSDs.
- Freeware.
Enhancements:
- This minor release fixes some bugs in the Makefile and a bug when creating PID files.
<<less
Download (0.061MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1198 downloads
SSHMenu 3.13

SSHMenu 3.13


SSHMenu is a GNOME panel applet* that makes all your regular SSH connections a single mouse click away. more>>
SSHMenu is a GNOME panel applet* that makes all your regular SSH connections a single mouse click away. Heres a screenshot to give you the basic idea.

Each menu option will open an SSH session in a new terminal window. You can arrange groups of hosts with separator bars or sub-menus. You can even open all the connections on a submenu (in separate windows or tabs) with one click.

Heres a killer feature: imagine if every time you connected to a production server the terminal window had a red background. Every connection you make using using SSHMenu will use the terminal profile youve selected, to set the colour scheme, terminal font and other settings.

The Host Connection Details dialog allows you to specify:

the name used to display the host on the menu
connection parameters
window size and location (optional)
GNOME terminal profile (for colours and font sizes etc)

In the example illustrated above, the Server Log host entry will connect to the server snoopy and run tail to watch the Apache log file on that server. The output will be displayed in a 120 character by 10 line window in the bottom right corner of the screen.

You can also add ssh options before the hostname. A common example would be -AX hostname to enable forwarding of SSH agent and X11 protocols respectively. You can add other options for port forwarding or other host-specific connection parameters.

SSHMenu also includes a configuration wizard that will be invoked the first time you add the applet to your panel. The wizard will look in your .ssh/known_hosts file and build a menu with any hosts it finds. Of course, no hosts will be found if you have the HashKnownHosts option enabled in your ssh_config (this is the default on recent versions of Ubuntu at least).

The Preferences dialog allows you to reorder host items; add separators; and organise items into sub-menus.

<<less
Download (0.008MB)
Added: 2007-05-11 License: GPL (GNU General Public License) Price:
896 downloads
SSH KeyServer 3.0

SSH KeyServer 3.0


SSH KeyServer provides a simple key-distribution server for SSH. more>>
SSH KeyServer provides a simple key-distribution server for SSH.

ssh-keyserv can be used in trusted networks to centrally generate and distribute SSH keys to other computers.

This is very useful in situations were the computers are reinstalled often and you do not want new SSH keys all the time.

<<less
Download (0.010MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
965 downloads
ssh-smart 0.0.1

ssh-smart 0.0.1


ssh-smart is a really small software (a proof-of-concept) to put private identity from ssh on smartcard (memory card)). more>> <<less
Download (0.13MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1207 downloads
Bundle::SSH 1.00

Bundle::SSH 1.00


Bundle::SSH is a Perl bundle to install modules to use SSH from Perl. more>>
Bundle::SSH is a Perl bundle to install modules to use SSH from Perl.

SYNOPSIS

First you have to download and expand the PARI itself.
See INSTALL PARI below.
Then:

perl -MCPAN -e force install Bundle::SSH

This bundle defines the modules you need to use SSH from Perl. Thre are two ways to do this. One is using Net::SSH which is a wrapper around the ssh command installed (or not) on your computer. It is simple to install and use but it depends on external executabel and has other drawbacks too. I have included it in this bundle.

The other way which is more involved both in terms of installation and in the way you use it is called Net::SSH::Perl . It is a Perl/C implementation of the SSH protocol.

This module should list all the required modules (and maybe more) to use either of the above way to ssh to another machine. It is organized in a way so it will be able to install everything without the need to install prerequsite modules.

CONTENTS

Net::SSH - independent wrapper around the ssh command
Math::Pari - interface to PARI, testing gave me errors, need force
Class::Loader
Crypt::Random - errors, needed force
Digest::SHA1
Digest::HMAC
Digest::BubbleBabble - it seems that there are very few tests
Digest::MD2
Convert::ASN1
Crypt::Rijndael
Crypt::CBC
Crypt::DES
Crypt::DES_EDE3
Convert::PEM
Data::Buffer
Crypt::DSA
Crypt::DH
String::CRC32
Math::GMP
Compress::Zlib - I think this also needed force but I am not sure
Convert::ASCII::Armour
Crypt::Blowfish
Crypt::Primes - needs force
Sort::Versions
Tie::EncryptedHash
Crypt::RSA - needs force
Net::SSH::Perl - asks, intimate questions, my answereses are [3] and [2]

<<less
Download (0.002MB)
Added: 2007-05-26 License: Perl Artistic License Price:
893 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
Dropbear SSH 0.50

Dropbear SSH 0.50


Dropbear is a relatively small SSH 2 server and client. more>>
Dropbear is a relatively small SSH 2 server and client. Dropbear SSH runs on a variety of POSIX-based platforms.
Dropbear is open source software, distributed under a MIT-style license. Dropbear is particularly useful for "embedded"-type Linux (or other Unix) systems, such as wireless routers.
Main features:
- A small memory footprint suitable for memory-constrained environments - Dropbear can compile to a 110kB statically linked binary with uClibc on x86 (only minimal options selected)
- Dropbear server implements X11 forwarding, and authentication-agent forwarding for OpenSSH clients
- Can run from inetd or standalone
- Compatible with OpenSSH ~/.ssh/authorized_keys public key authentication
- The daemon, keygen, key converter, and client can be compiled into a single binary (ala busybox)
- Features can easily be disabled when compiling to save space
- TCP forwarding support
<<less
Download (0.20MB)
Added: 2007-08-09 License: MIT/X Consortium License Price:
812 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5