OpenSSH (OpenBSD Secure Shell) is a set of computer programs providing encrypted communication sessions over a computer network using the ssh protocol. It was created as an open source alternative to the proprietary Secure Shell software suite offered by SSH Communications Security. OpenSSH is developed as part of the OpenBSD project, which is led by Theo de Raadt The project's development is funded via donations.
OpenSSH was created by the OpenB...
more
Read article at Wikipedia
OpenSSH
Software
Developer
OpenBSD
Ty Semaka has designed much of the artwork for the OpenBSD open-source software project, including CD covers, posters, and T-shirts. He has also written...
Latest Version:
- 5.0
Latest Release Date:
- Apr 3, 2008
Programming languages used:
Compatible Operating Systems:
View entire collection »Protocols Used:
View entire collection »Similar topics in Freebase
-
OpenBGPD
OpenBGPD allows general purpose computers to be used as routers. It is a Unix system daemon that provides a free, open-source implementation of the Border Gateway Protocol version 4. This allows a machine to exchange routes with other systems that speak BGP. OpenBGPD is developed by Henning Brauer... -
GNU C Library
The GNU C Library, commonly known as glibc, is the C standard library released by the GNU Project. Originally written by the Free Software Foundation (FSF) for the GNU operating system, the library's development has been overseen by a committee since 2001, with Ulrich Drepper from Red Hat as the... -
OpenCVS
OpenCVS is a BSD-licensed, from-scratch re-implementation of the popular Concurrent Versioning System, developed as a part of the OpenBSD project. It aims to be fully compatible with the existing GNU CVS implementation, but be more correct improving on security, functionality, and... -
Mdadm
mdadm is a Linux utility by Neil Brown that is used to manage software RAID devices, previously known as mdctl. Besides managing, it can create, delete, or monitor Linux software RAIDs. Available under version 2 or later of the GNU General Public License, mdadm is free software. mdadm derives its... -
Strace
strace (presumably short for "system trace") is a debugging utility in Linux to monitor the system calls used by a program and all the signals it receives, similar to "truss" utility in other Unix systems. This is made possible by a kernel feature known as ptrace. A similar utility is provided by...