https://github.com/salva/my-openssh
OpenSSH from OpenBSD cvs
https://github.com/salva/my-openssh
Last synced: 3 months ago
JSON representation
OpenSSH from OpenBSD cvs
- Host: GitHub
- URL: https://github.com/salva/my-openssh
- Owner: salva
- License: other
- Created: 2009-10-26T06:49:51.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-10T23:27:04.000Z (over 15 years ago)
- Last Synced: 2023-03-10T19:40:50.085Z (over 2 years ago)
- Language: C
- Homepage:
- Size: 4.65 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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/sshOpenSSH 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$