This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-site.git
The following commit(s) were added to refs/heads/master by this push: new b007ee0c9 SSHD: releases 2.9.[01], issue tracking, fix dead links, etc. b007ee0c9 is described below commit b007ee0c97dffd4a50ef61e4a32d89741ac8bcc8 Author: Thomas Wolf <tw...@apache.org> AuthorDate: Fri Oct 28 18:26:20 2022 +0200 SSHD: releases 2.9.[01], issue tracking, fix dead links, etc. Add the missing download pages for releases 2.9.0 and 2.9.1, and make the top-level download pages reference the current release 2.9.1. On "Issue tracking", point to the GitHub issue tracker, and mention that issues can also be reported via e-mail. On "Getting Involved", mention that one may also use GitHub pull requests, and use product-neutral language to point to the issue tracker(s). Slightly rewrite the intro blurb in __index.md. SSHD is no longer "based on" Apache MINA. MINA is just one of different transport back-ends. We also provide a NIO2 AsynchronousSocketChannel implementation, or one can use Netty. Use HTTPS links everywhere in sshd-project. --- .gitignore | 1 + config.toml | 2 +- source/downloads-sshd.md | 82 +++++++++++++++++---------------- source/sshd-project/__index.md | 11 +++-- source/sshd-project/building.md | 4 +- source/sshd-project/documentation.md | 2 +- source/sshd-project/download_0.3.0.md | 46 +++++++++--------- source/sshd-project/download_2.9.0.md | 19 ++++++++ source/sshd-project/download_2.9.1.md | 19 ++++++++ source/sshd-project/downloads.md | 14 +++--- source/sshd-project/faq.md | 2 +- source/sshd-project/getting_involved.md | 6 ++- source/sshd-project/issue_tracking.md | 7 ++- source/sshd-project/mailing_lists.md | 6 +-- source/sshd-project/sources.md | 14 ++---- 15 files changed, 143 insertions(+), 92 deletions(-) diff --git a/.gitignore b/.gitignore index 8a4b121b6..13b00e967 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Hugo generated /resources target +.hugo_build.lock # IntelliJ generated *.iml diff --git a/config.toml b/config.toml index ef4b5a2a4..81ba4c535 100644 --- a/config.toml +++ b/config.toml @@ -39,5 +39,5 @@ version_mina_2_1 = "2.1.6" version_mina_2_2 = "2.2.1" version_ftpserver_1_1 = "1.1.4" version_ftpserver_1_2 = "1.2.0" -version_sshd = "2.8.0" +version_sshd = "2.9.1" version_vysper = "0.7" diff --git a/source/downloads-sshd.md b/source/downloads-sshd.md index 9459d20de..d7c08247c 100644 --- a/source/downloads-sshd.md +++ b/source/downloads-sshd.md @@ -4,52 +4,54 @@ title: Downloads # Latest SSHD Releases -The latest release is the SSHD 2.8.0 release. -Apache Mina SSHD 2.8.0 contains a number of [enhancements and bug-fixes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310849&version=12350169). +The latest release is the SSHD 2.9.1 release. +Apache Mina SSHD 2.9.1 contains a number of [enhancements and bug-fixes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310849&version=12352156). * Source distributions: - * [Apache Mina SSHD 2.8.0 Sources (.tar.gz)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.8.0/apache-sshd-2.8.0-src.tar.gz) [PGP](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0-src.tar.gz.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0-src.tar.gz.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0-src.tar.gz.sha512) - * [Apache Mina SSHD 2.8.0 Sources (.zip)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.8.0/apache-sshd-2.8.0-src.zip) [PGP](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0-src.zip.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0-src.zip.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0-src.zip.sha512) + * [Apache Mina SSHD 2.9.1 Sources (.tar.gz)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.1/apache-sshd-2.9.1-src.tar.gz) [PGP](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.tar.gz.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.tar.gz.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.tar.gz.sha512) + * [Apache Mina SSHD 2.9.1 Sources (.zip)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.1/apache-sshd-2.9.1-src.zip) [PGP](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.zip.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.zip.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.zip.sha512) * Binary distributions: - * [Apache Mina SSHD 2.8.0 Binary (.tar.gz)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.8.0/apache-sshd-2.8.0.tar.gz) [PGP](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0.tar.gz.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0.tar.gz.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0.tar.gz.sha512) - * [Apache Mina SSHD 2.8.0 Binary (.zip)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.8.0/apache-sshd-2.8.0.zip) [PGP](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0.zip.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0.zip.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0.zip.sha512) + * [Apache Mina SSHD 2.9.1 Binary (.tar.gz)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.1/apache-sshd-2.9.1.tar.gz) [PGP](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.tar.gz.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.tar.gz.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.tar.gz.sha512) + * [Apache Mina SSHD 2.9.1 Binary (.zip)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.1/apache-sshd-2.9.1.zip) [PGP](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.zip.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.zip.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.zip.sha512) # Development snapshots -You can [build](sshd-project/building.html) the latest version from [sources](sshd-project/sources.html). +You can [build](./sshd-project/building.html) the latest version from [sources](./sshd-project/sources.html). # Previous releases -* [SSHD 0.1.0](sshd-project/download_0.1.0.html) -* [SSHD 0.2.0](sshd-project/download_0.2.0.html) -* [SSHD 0.3.0](sshd-project/download_0.3.0.html) -* [SSHD 0.4.0](sshd-project/download_0.4.0.html) -* [SSHD 0.5.0](sshd-project/download_0.5.0.html) -* [SSHD 0.6.0](sshd-project/download_0.6.0.html) -* [SSHD 0.7.0](sshd-project/download_0.7.0.html) -* [SSHD 0.8.0](sshd-project/download_0.8.0.html) -* [SSHD 0.9.0](sshd-project/download_0.9.0.html) -* [SSHD 0.10.0](sshd-project/download_0.10.0.html) -* [SSHD 0.10.1](sshd-project/download_0.10.1.html) -* [SSHD 0.11.0](sshd-project/download_0.11.0.html) -* [SSHD 0.12.0](sshd-project/download_0.12.0.html) -* [SSHD 0.13.0](sshd-project/download_0.13.0.html) -* [SSHD 0.14.0](sshd-project/download_0.14.0.html) -* [SSHD 1.0.0](sshd-project/download_1.0.0.html) -* [SSHD 1.1.0](sshd-project/download_1.1.0.html) -* [SSHD 1.1.1](sshd-project/download_1.1.1.html) -* [SSHD 1.2.0](sshd-project/download_1.2.0.html) -* [SSHD 1.3.0](sshd-project/download_1.3.0.html) -* [SSHD 1.4.0](sshd-project/download_1.4.0.html) -* [SSHD 1.6.0](sshd-project/download_1.6.0.html) -* [SSHD 1.7.0](sshd-project/download_1.7.0.html) -* [SSHD 2.0.0](sshd-project/download_2.0.0.html) -* [SSHD 2.1.0](sshd-project/download_2.1.0.html) -* [SSHD 2.2.0](sshd-project/download_2.2.0.html) -* [SSHD 2.3.0](sshd-project/download_2.3.0.html) -* [SSHD 2.4.0](sshd-project/download_2.4.0.html) -* [SSHD 2.5.1](sshd-project/download_2.5.1.html) -* [SSHD 2.6.0](sshd-project/download_2.6.0.html) -* [SSHD 2.7.0](sshd-project/download_2.7.0.html) -* [SSHD 2.8.0](sshd-project/download_2.8.0.html) - +* [SSHD 0.1.0](./sshd-project/download_0.1.0.html) +* [SSHD 0.2.0](./sshd-project/download_0.2.0.html) +* [SSHD 0.3.0](./sshd-project/download_0.3.0.html) +* [SSHD 0.4.0](./sshd-project/download_0.4.0.html) +* [SSHD 0.5.0](./sshd-project/download_0.5.0.html) +* [SSHD 0.6.0](./sshd-project/download_0.6.0.html) +* [SSHD 0.7.0](./sshd-project/download_0.7.0.html) +* [SSHD 0.8.0](./sshd-project/download_0.8.0.html) +* [SSHD 0.9.0](./sshd-project/download_0.9.0.html) +* [SSHD 0.10.0](./sshd-project/download_0.10.0.html) +* [SSHD 0.10.1](./sshd-project/download_0.10.1.html) +* [SSHD 0.11.0](./sshd-project/download_0.11.0.html) +* [SSHD 0.12.0](./sshd-project/download_0.12.0.html) +* [SSHD 0.13.0](./sshd-project/download_0.13.0.html) +* [SSHD 0.14.0](./sshd-project/download_0.14.0.html) +* [SSHD 1.0.0](./sshd-project/download_1.0.0.html) +* [SSHD 1.1.0](./sshd-project/download_1.1.0.html) +* [SSHD 1.1.1](./sshd-project/download_1.1.1.html) +* [SSHD 1.2.0](./sshd-project/download_1.2.0.html) +* [SSHD 1.3.0](./sshd-project/download_1.3.0.html) +* [SSHD 1.4.0](./sshd-project/download_1.4.0.html) +* [SSHD 1.6.0](./sshd-project/download_1.6.0.html) +* [SSHD 1.7.0](./sshd-project/download_1.7.0.html) +* [SSHD 2.0.0](./sshd-project/download_2.0.0.html) +* [SSHD 2.1.0](./sshd-project/download_2.1.0.html) +* [SSHD 2.2.0](./sshd-project/download_2.2.0.html) +* [SSHD 2.3.0](./sshd-project/download_2.3.0.html) +* [SSHD 2.4.0](./sshd-project/download_2.4.0.html) +* [SSHD 2.5.0](./sshd-project/download_2.5.0.html) +* [SSHD 2.5.1](./sshd-project/download_2.5.1.html) +* [SSHD 2.6.0](./sshd-project/download_2.6.0.html) +* [SSHD 2.7.0](./sshd-project/download_2.7.0.html) +* [SSHD 2.8.0](./sshd-project/download_2.8.0.html) +* [SSHD 2.9.0](./sshd-project/download_2.9.0.html) +* [SSHD 2.9.1](./sshd-project/download_2.9.1.html) diff --git a/source/sshd-project/__index.md b/source/sshd-project/__index.md index b4a211bcf..964862c69 100644 --- a/source/sshd-project/__index.md +++ b/source/sshd-project/__index.md @@ -6,9 +6,14 @@ slug: index # Overview -Apache SSHD is a 100% pure java library to support the SSH protocols on both the client and server side. -This library is based on [Apache MINA](http://mina.apache.org/), a scalable and high performance asynchronous IO library. +Apache MINA SSHD is a 100% pure java library to support the SSH protocols on both the client and server side. It does not +aim at being a replacement for the SSH client or SSH server from Unix operating systems, but rather provides support for Java +based applications requiring SSH support. -SSHD does not really aim at being a replacement for the SSH client or SSH server from Unix operating systems, but rather provides support for Java based applications requiring SSH support. +The library can leverage several I/O back-ends: + +* The default transport is built-in and uses Java's `AsynchronousSocketChannel`s. +* [Apache MINA](../mina-project/), a scalable and high performance asynchronous I/O library, can be used instead, or +* the [Netty](https://netty.io) asynchronous event-driven network framework is also supported. The technical documentation is maintained in the [source tree](https://github.com/apache/mina-sshd). diff --git a/source/sshd-project/building.md b/source/sshd-project/building.md index 028105f3d..546d28f09 100644 --- a/source/sshd-project/building.md +++ b/source/sshd-project/building.md @@ -5,9 +5,9 @@ title: SSHD Building # Building SSHD -SSHD uses [Maven](http://maven.apache.org/) as its build tool. If you don't fancy using Maven you can use your IDE directly or Download a distribution or JAR. +SSHD uses [Maven](https://maven.apache.org/) as its build tool. If you don't fancy using Maven you can use your IDE directly or Download a distribution or JAR. -* Download and [install Maven](http://maven.apache.org/download.html#Installation). +* Download and [install Maven](https://maven.apache.org/download.html#Installation). * Get the latest code from [Git](sources.html) * Build the code with the following command diff --git a/source/sshd-project/documentation.md b/source/sshd-project/documentation.md index 63e6d800d..638ad913b 100644 --- a/source/sshd-project/documentation.md +++ b/source/sshd-project/documentation.md @@ -5,4 +5,4 @@ title: SSHD Documentation # Apache SSHD documentation -See https://github.com/apache/mina-sshd for more informations. +See https://github.com/apache/mina-sshd for more information. diff --git a/source/sshd-project/download_0.3.0.md b/source/sshd-project/download_0.3.0.md index b3cbdc9bb..60540f363 100644 --- a/source/sshd-project/download_0.3.0.md +++ b/source/sshd-project/download_0.3.0.md @@ -10,13 +10,13 @@ Apache Mina SSHD 0.3.0 contains a few enhancements and bug-fixes. # Getting the Distributions * Source distributions: - * [Apache Mina SSHD 0.3.0 Sources (.tar.gz)](http://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0-src.tar.gz) [PGP](http://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0-src.tar.gz.asc) [SHA](http://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0-src.tar.gz.sha1) - * [Apache Mina SSHD 0.3.0 Sources (.zip)](http://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0-src.zip) [PGP](http://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0-src.zip.asc) [SHA](http://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0-src.zip.sha1) + * [Apache Mina SSHD 0.3.0 Sources (.tar.gz)](https://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0-src.tar.gz) [PGP](https://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0-src.tar.gz.asc) [SHA](https://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0-src.tar.gz.sha1) + * [Apache Mina SSHD 0.3.0 Sources (.zip)](https://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0-src.zip) [PGP](https://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0-src.zip.asc) [SHA](https://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0-src.zip.sha1) * Binary distributions: - * [Apache Mina SSHD 0.3.0 Binary (.tar.gz)](http://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0.tar.gz) [PGP](http://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0.tar.gz.asc) [SHA](http://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0.tar.gz.sha1) - * [Apache Mina SSHD 0.3.0 Binary (.zip)](http://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0.zip) [PGP](http://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0.zip.asc) [SHA](http://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0.zip.sha1) + * [Apache Mina SSHD 0.3.0 Binary (.tar.gz)](https://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0.tar.gz) [PGP](https://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0.tar.gz.asc) [SHA](https://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0.tar.gz.sha1) + * [Apache Mina SSHD 0.3.0 Binary (.zip)](https://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0.zip) [PGP](https://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0.zip.asc) [SHA](https://archive.apache.org/dist/mina/sshd/0.3.0/apache-sshd-0.3.0.zip.sha1) * Individual jars: - * [Apache Mina SSHD Core 0.3.0 (.jar)](http://archive.apache.org/dist/mina/sshd/0.3.0/sshd-core-0.3.0.jar) [PGP](http://archive.apache.org/dist/mina/sshd/0.3.0/sshd-core-0.3.0.jar.asc) [SHA](http://archive.apache.org/dist/mina/sshd/0.3.0/sshd-core-0.3.0.jar.sha1) + * [Apache Mina SSHD Core 0.3.0 (.jar)](https://archive.apache.org/dist/mina/sshd/0.3.0/sshd-core-0.3.0.jar) [PGP](https://archive.apache.org/dist/mina/sshd/0.3.0/sshd-core-0.3.0.jar.asc) [SHA](https://archive.apache.org/dist/mina/sshd/0.3.0/sshd-core-0.3.0.jar.sha1) # Release Notes @@ -24,23 +24,23 @@ Apache Mina SSHD 0.3.0 contains a few enhancements and bug-fixes. Please report any feedback to [us...@mina.apache.org](mailto:us...@mina.apache.org). * Bug - * [SSHD-43](http://issues.apache.org/jira/browse/SSHD-43) - When the ssh server is closed, channels are not closed cleanly, causing clients to hang - * [SSHD-44](http://issues.apache.org/jira/browse/SSHD-44) - NPE in ScpCommand and improvement to ScpCommandFactory.createCommand - * [SSHD-48](http://issues.apache.org/jira/browse/SSHD-48) - NullPointerException when calling sftp'ing to the server - * [SSHD-49](http://issues.apache.org/jira/browse/SSHD-49) - When a large amount of text is written to a Putty client it causes the client to hang. - * [SSHD-53](http://issues.apache.org/jira/browse/SSHD-53) - Make sure PublickeyAuthenticator and PasswordAuthenticator interfaces are consistent - * [SSHD-57](http://issues.apache.org/jira/browse/SSHD-57) - SCPCommand erroneously assumes file lengths fit in integers. - * [SSHD-59](http://issues.apache.org/jira/browse/SSHD-59) - Possible stack overflow when closing a client channel + * [SSHD-43](https://issues.apache.org/jira/browse/SSHD-43) - When the ssh server is closed, channels are not closed cleanly, causing clients to hang + * [SSHD-44](https://issues.apache.org/jira/browse/SSHD-44) - NPE in ScpCommand and improvement to ScpCommandFactory.createCommand + * [SSHD-48](https://issues.apache.org/jira/browse/SSHD-48) - NullPointerException when calling sftp'ing to the server + * [SSHD-49](https://issues.apache.org/jira/browse/SSHD-49) - When a large amount of text is written to a Putty client it causes the client to hang. + * [SSHD-53](https://issues.apache.org/jira/browse/SSHD-53) - Make sure PublickeyAuthenticator and PasswordAuthenticator interfaces are consistent + * [SSHD-57](https://issues.apache.org/jira/browse/SSHD-57) - SCPCommand erroneously assumes file lengths fit in integers. + * [SSHD-59](https://issues.apache.org/jira/browse/SSHD-59) - Possible stack overflow when closing a client channel * Improvement - * [SSHD-22](http://issues.apache.org/jira/browse/SSHD-22) - Add support for signals (especially window-change) - * [SSHD-41](http://issues.apache.org/jira/browse/SSHD-41) - Provide a binary distribution - * [SSHD-42](http://issues.apache.org/jira/browse/SSHD-42) - SSHD bundles should not import their own package - * [SSHD-46](http://issues.apache.org/jira/browse/SSHD-46) - Upgrade to mina 2.0 rc1 - * [SSHD-47](http://issues.apache.org/jira/browse/SSHD-47) - The pty terminal parameters are not available to the shell - * [SSHD-51](http://issues.apache.org/jira/browse/SSHD-51) - Support for subsystems - * [SSHD-52](http://issues.apache.org/jira/browse/SSHD-52) - Refactor Shell and Command interfaces into a common interface - * [SSHD-58](http://issues.apache.org/jira/browse/SSHD-58) - Think of better support for subclassing both SshServer and ScpCommand (and possibly other classes) - * [SSHD-63](http://issues.apache.org/jira/browse/SSHD-63) - Better support for controlling the console when launching external processes for shells + * [SSHD-22](https://issues.apache.org/jira/browse/SSHD-22) - Add support for signals (especially window-change) + * [SSHD-41](https://issues.apache.org/jira/browse/SSHD-41) - Provide a binary distribution + * [SSHD-42](https://issues.apache.org/jira/browse/SSHD-42) - SSHD bundles should not import their own package + * [SSHD-46](https://issues.apache.org/jira/browse/SSHD-46) - Upgrade to mina 2.0 rc1 + * [SSHD-47](https://issues.apache.org/jira/browse/SSHD-47) - The pty terminal parameters are not available to the shell + * [SSHD-51](https://issues.apache.org/jira/browse/SSHD-51) - Support for subsystems + * [SSHD-52](https://issues.apache.org/jira/browse/SSHD-52) - Refactor Shell and Command interfaces into a common interface + * [SSHD-58](https://issues.apache.org/jira/browse/SSHD-58) - Think of better support for subclassing both SshServer and ScpCommand (and possibly other classes) + * [SSHD-63](https://issues.apache.org/jira/browse/SSHD-63) - Better support for controlling the console when launching external processes for shells * New Feature - * [SSHD-40](http://issues.apache.org/jira/browse/SSHD-40) - Support local/remote port forwarding on the server side - * [SSHD-60](http://issues.apache.org/jira/browse/SSHD-60) - need interface to filter TCP/IP forwarding + * [SSHD-40](https://issues.apache.org/jira/browse/SSHD-40) - Support local/remote port forwarding on the server side + * [SSHD-60](https://issues.apache.org/jira/browse/SSHD-60) - need interface to filter TCP/IP forwarding diff --git a/source/sshd-project/download_2.9.0.md b/source/sshd-project/download_2.9.0.md new file mode 100644 index 000000000..7ec005785 --- /dev/null +++ b/source/sshd-project/download_2.9.0.md @@ -0,0 +1,19 @@ +--- +type: sshd +title: Apache SSHD 2.9.0 Release +--- + +# Overview + +Apache Mina SSHD 2.9.0 contains a number of [enhancements and bug-fixes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310849&version=12350170). + +# Getting the Distributions + +* Source distributions: + * [Apache Mina SSHD 2.9.0 Sources (.tar.gz)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.0/apache-sshd-2.9.0-src.tar.gz) [PGP](https://www.apache.org/dist/mina/sshd/2.9.0/apache-sshd-2.9.0-src.tar.gz.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.0/apache-sshd-2.9.0-src.tar.gz.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.0/apache-sshd-2.9.0-src.tar.gz.sha512) + * [Apache Mina SSHD 2.9.0 Sources (.zip)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.0/apache-sshd-2.9.0-src.zip) [PGP](https://www.apache.org/dist/mina/sshd/2.9.0/apache-sshd-2.9.0-src.zip.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.0/apache-sshd-2.9.0-src.zip.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.0/apache-sshd-2.9.0-src.zip.sha512) +* Binary distributions: + * [Apache Mina SSHD 2.9.0 Binary (.tar.gz)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.0/apache-sshd-2.9.0.tar.gz) [PGP](https://www.apache.org/dist/mina/sshd/2.9.0/apache-sshd-2.9.0.tar.gz.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.0/apache-sshd-2.9.0.tar.gz.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.0/apache-sshd-2.9.0.tar.gz.sha512) + * [Apache Mina SSHD 2.9.0 Binary (.zip)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.0/apache-sshd-2.9.0.zip) [PGP](https://www.apache.org/dist/mina/sshd/2.9.0/apache-sshd-2.9.0.zip.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.0/apache-sshd-2.9.0.zip.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.0/apache-sshd-2.9.0.zip.sha512) + +Please report any feedback to [us...@mina.apache.org](mailto:us...@mina.apache.org). diff --git a/source/sshd-project/download_2.9.1.md b/source/sshd-project/download_2.9.1.md new file mode 100644 index 000000000..b2504c66d --- /dev/null +++ b/source/sshd-project/download_2.9.1.md @@ -0,0 +1,19 @@ +--- +type: sshd +title: Apache SSHD 2.9.1 Release +--- + +# Overview + +Apache Mina SSHD 2.9.1 contains a number of [enhancements and bug-fixes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310849&version=12352156). + +# Getting the Distributions + +* Source distributions: + * [Apache Mina SSHD 2.9.1 Sources (.tar.gz)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.1/apache-sshd-2.9.1-src.tar.gz) [PGP](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.tar.gz.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.tar.gz.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.tar.gz.sha512) + * [Apache Mina SSHD 2.9.1 Sources (.zip)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.1/apache-sshd-2.9.1-src.zip) [PGP](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.zip.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.zip.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.zip.sha512) +* Binary distributions: + * [Apache Mina SSHD 2.9.1 Binary (.tar.gz)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.1/apache-sshd-2.9.1.tar.gz) [PGP](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.tar.gz.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.tar.gz.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.tar.gz.sha512) + * [Apache Mina SSHD 2.9.1 Binary (.zip)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.1/apache-sshd-2.9.1.zip) [PGP](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.zip.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.zip.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.zip.sha512) + +Please report any feedback to [us...@mina.apache.org](mailto:us...@mina.apache.org). diff --git a/source/sshd-project/downloads.md b/source/sshd-project/downloads.md index de8726c1a..25fa55792 100644 --- a/source/sshd-project/downloads.md +++ b/source/sshd-project/downloads.md @@ -5,15 +5,15 @@ title: SSHD Downloads # Latest SSHD Releases -The latest release is the SSHD 2.8.0 release. -Apache Mina SSHD 2.8.0 contains a number of [enhancements and bug-fixes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310849&version=12350169). +The latest release is the SSHD 2.9.1 release. +Apache Mina SSHD 2.9.1 contains a number of [enhancements and bug-fixes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310849&version=12352156). * Source distributions: - * [Apache Mina SSHD 2.8.0 Sources (.tar.gz)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.8.0/apache-sshd-2.8.0-src.tar.gz) [PGP](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0-src.tar.gz.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0-src.tar.gz.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0-src.tar.gz.sha512) - * [Apache Mina SSHD 2.8.0 Sources (.zip)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.8.0/apache-sshd-2.8.0-src.zip) [PGP](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0-src.zip.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0-src.zip.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0-src.zip.sha512) + * [Apache Mina SSHD 2.9.1 Sources (.tar.gz)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.1/apache-sshd-2.9.1-src.tar.gz) [PGP](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.tar.gz.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.tar.gz.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.tar.gz.sha512) + * [Apache Mina SSHD 2.9.1 Sources (.zip)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.1/apache-sshd-2.9.1-src.zip) [PGP](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.zip.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.zip.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1-src.zip.sha512) * Binary distributions: - * [Apache Mina SSHD 2.8.0 Binary (.tar.gz)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.8.0/apache-sshd-2.8.0.tar.gz) [PGP](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0.tar.gz.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0.tar.gz.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0.tar.gz.sha512) - * [Apache Mina SSHD 2.8.0 Binary (.zip)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.8.0/apache-sshd-2.8.0.zip) [PGP](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0.zip.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0.zip.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.8.0/apache-sshd-2.8.0.zip.sha512) + * [Apache Mina SSHD 2.9.1 Binary (.tar.gz)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.1/apache-sshd-2.9.1.tar.gz) [PGP](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.tar.gz.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.tar.gz.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.tar.gz.sha512) + * [Apache Mina SSHD 2.9.1 Binary (.zip)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.9.1/apache-sshd-2.9.1.zip) [PGP](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.zip.asc) [SHA256](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.zip.sha256) [SHA512](https://www.apache.org/dist/mina/sshd/2.9.1/apache-sshd-2.9.1.zip.sha512) # Development snapshots @@ -54,4 +54,6 @@ You can [build](building.html) the latest version from [sources](sources.html). * [SSHD 2.6.0](download_2.6.0.html) * [SSHD 2.7.0](download_2.7.0.html) * [SSHD 2.8.0](download_2.8.0.html) +* [SSHD 2.9.0](download_2.9.0.html) +* [SSHD 2.9.1](./download_2.9.1.html) diff --git a/source/sshd-project/faq.md b/source/sshd-project/faq.md index db16aaafd..ab77542cd 100644 --- a/source/sshd-project/faq.md +++ b/source/sshd-project/faq.md @@ -5,4 +5,4 @@ title: SSHD FAQ # FAQ -See https://github.com/apache/mina-sshd for more informations. +See https://github.com/apache/mina-sshd for more information. diff --git a/source/sshd-project/getting_involved.md b/source/sshd-project/getting_involved.md index c39d9c624..36e03cf4c 100644 --- a/source/sshd-project/getting_involved.md +++ b/source/sshd-project/getting_involved.md @@ -5,10 +5,12 @@ title: SSHD Getting Involved # Getting Involved -The Apache SSHD developers communicates using our [Mailing Lists](mailing_lists.html). If you have any questions, feedback or suggestions, you're very welcome to join the list and send an email. We are also happy to receive [bug reports and feature requests in our JIRA](issue_tracking.html). +The Apache SSHD developers communicates using our [Mailing Lists](mailing_lists.html). If you have any questions, feedback or suggestions, you're very welcome to join the list and send an email. We are also happy to receive bug reports and feature requests in our [issue tracker](issue_tracking.html). ## Patches -The best chance of getting your bug or feature fixed is to provide a patch, if they fit our goals we will usually have them committed within a few days. The Apache Contributors page has excellent [information on how to produce patches](http://apache.org/dev/contributors.html#patches). +The best chance of getting your bug or feature fixed is to provide a patch, if they fit our goals we will usually have them committed within a few days. The Apache Contributors page has excellent [information on how to produce patches](https://apache.org/dev/contributors.html#patches). +## Pull Requests +The git repository is also [mirrored at GitHub](https://github.com/apache/mina-sshd). We do accept [pull requests](https://github.com/apache/mina-sshd/pulls)! diff --git a/source/sshd-project/issue_tracking.md b/source/sshd-project/issue_tracking.md index 48696fcb0..b39714ad6 100644 --- a/source/sshd-project/issue_tracking.md +++ b/source/sshd-project/issue_tracking.md @@ -5,7 +5,12 @@ title: SSHD Issue Tracking # Issue Tracking -We are using JIRA to track all SSHD issues including bugs. Please visit our [issue tracker page](http://issues.apache.org/jira/browse/SSHD) to report a bug. +We are using two issue tracking systems to track all SSHD issues including bugs. Use either one, but please don't file the same issue at both. + +* Issues can be filed on [GitHub issues](https://github.com/apache/mina-sshd/issues). +* The [JIRA issue tracker](https://issues.apache.org/jira/browse/SSHD) is the traditional issue tracker of the project. + +If neither option is suitable for you, issues can also be reported via [e-mail](./mailing_lists.html) as a last resort. ## How to report a bug diff --git a/source/sshd-project/mailing_lists.md b/source/sshd-project/mailing_lists.md index 027f1fee8..aaa65aa1c 100644 --- a/source/sshd-project/mailing_lists.md +++ b/source/sshd-project/mailing_lists.md @@ -16,7 +16,7 @@ Please use this list for any questions regarding how to use SSHD. | Subscribe | [users-subscr...@mina.apache.org](mailto:users-subscr...@mina.apache.org) | | Unsubscribe | [users-unsubscr...@mina.apache.org](mailto:users-unsubscr...@mina.apache.org) | | Post | [us...@mina.apache.org](mailto:us...@mina.apache.org) | -| Archive | [http://www.mail-archive.com/users@mina.apache.org/](http://www.mail-archive.com/users@mina.apache.org/) | +| Archive | [https://www.mail-archive.com/users@mina.apache.org/](https://www.mail-archive.com/users@mina.apache.org/) | ## For Developers @@ -27,7 +27,7 @@ We use the MINA developers list for asking technical questions, discussing featu | Subscribe | [dev-subscr...@mina.apache.org](mailto:dev-subscr...@mina.apache.org) | | Unsubscribe | [dev-unsubscr...@mina.apache.org](mailto:dev-unsubscr...@mina.apache.org) | | Post | [d...@mina.apache.org](mailto:d...@mina.apache.org) | -| Archive | [http://www.mail-archive.com/dev@mina.apache.org/](http://www.mail-archive.com/dev@mina.apache.org/) | +| Archive | [https://www.mail-archive.com/dev@mina.apache.org/](https://www.mail-archive.com/dev@mina.apache.org/) | ## Subversion commits @@ -36,6 +36,6 @@ We use the MINA developers list for asking technical questions, discussing featu | Subscribe | [commits-subscr...@mina.apache.org](mailto:commits-subscr...@mina.apache.org) | | Unsubscribe | [commits-unsubscr...@mina.apache.org](mailto:commits-unsubscr...@mina.apache.org) | | Post | [commits@mina.apache.org](mailto:commits@mina.apache.org) | -| Archive | [http://www.mail-archive.com/commits@mina.apache.org/](http://www.mail-archive.com/commits@mina.apache.org/) | +| Archive | [https://www.mail-archive.com/commits@mina.apache.org/](https://www.mail-archive.com/commits@mina.apache.org/) | diff --git a/source/sshd-project/sources.md b/source/sshd-project/sources.md index f1355e81c..503108e9e 100644 --- a/source/sshd-project/sources.md +++ b/source/sshd-project/sources.md @@ -5,7 +5,7 @@ title: SSHD Sources ## Overview -Sources for the Apache MINA projects are currently managed through GIT. Instructions on GIT use can be found at <http://git-scm.com/book/>. +Sources for the Apache MINA projects are currently managed through Git. Instructions on Git use can be found at [the official Git site](https://git-scm.com/book/). # Normal Git Access @@ -13,22 +13,18 @@ Anyone can check code out of Git. You only need to specify a username and passwo ## Web Access -The following is a link to the [online source repository](https://gitbox.apache.org/repos/asf?p=mina-sshd.git;a=summary). +Our [main source repository](https://gitbox.apache.org/repos/asf?p=mina-sshd.git;a=summary) as well as the [GitHub mirror](https://github.com/apache/mina-sshd) can be browsed on-line. # Cloning from the Git repo -Again, anyone can do this. Use a command like to pull the current development version (the trunk): - -read only access : - - git clone http://gitbox.apache.org/repos/asf/mina-sshd.git sshd - -write access : +Again, anyone can do this. To clone the repository, use git clone https://gitbox.apache.org/repos/asf/mina-sshd.git sshd You will not be able to commit into the project if you are not a committer. +The main repository is also [mirrored at GitHub](https://github.com/apache/mina-sshd). It can be cloned from there, or you can create your own fork and clone that. If you plan on submitting a GitHub pull request, use a fork. + # Documentation The Website documentation is published via Apache SVN pubsub. The website source resides at