MirBSD / ssh

[WIP] Rebasing of the MirBSD Secure Shell on top of recent OpenSSH (with questionable content to be removed)

Home Page:http://www.mirbsd.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This release of OpenSSH is for MirBSD systems.

• Due to legal reasons (lack of licence or being covered by patents) or
  unavailability in the system crypto library (NSA-influenced), no ECC
  is contained in this release. This affects ECDSA as well as *25519.

• Any “sk” (U2F/FIDO security keys) use ECC and are thus not supported.

• Some code for OpenBSD features not yet available in MirBSD, such as
  the pledge sandbox, has been removed or disabled, so using this on
  OpenBSD probably isn’t a good idea.

$MirOS$

------------------------------------------------------------------------

This release of OpenSSH is for OpenBSD systems only.

Please read
	http://www.openssh.com/portable.html
if you want to install OpenSSH on other operating systems.

To extract and install this release on your OpenBSD system use:

      # cd /usr/src/usr.bin
      # tar xvfz .../openssh-x.y.tgz
      # cd ssh
      # make obj
      # make cleandir
      # make depend
      # make
      # make install
      # cp ssh_config sshd_config /etc/ssh

OpenSSH is a derivative of the original and free ssh 1.2.12 release
by Tatu Ylonen.  Aaron Campbell, Bob Beck, Markus Friedl, Niels
Provos, Theo de Raadt and Dug Song removed many bugs, re-added newer
features and created OpenSSH.  Markus Friedl contributed the support
for SSH protocol versions 1.5 and 2.0.

See http://www.openssh.com/ for more information.

$OpenBSD: README,v 1.7 2006/04/01 05:37:46 djm Exp $

About

[WIP] Rebasing of the MirBSD Secure Shell on top of recent OpenSSH (with questionable content to be removed)

http://www.mirbsd.org/

License:Other


Languages

Language:C 89.2%Language:Roff 9.9%Language:C++ 0.4%Language:Makefile 0.3%Language:KRL 0.2%Language:Shell 0.0%