From: jsg@openbsd.org Date: Sun, 14 Jul 2024 10:19:23 +0000 (+0000) Subject: upstream: fix double word; ok dtucker@ X-Git-Tag: V_9_9_P1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9b90859d252c2f5a24142f985d38610ac74685f;p=thirdparty%2Fopenssh-portable.git upstream: fix double word; ok dtucker@ OpenBSD-Commit-ID: e6aff005914fa350b896d2be030be3d3b56ec0e8 --- diff --git a/ssh_config.5 b/ssh_config.5 index 50335d622..021269ef0 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.397 2024/07/04 22:53:59 djm Exp $ -.Dd $Mdocdate: July 4 2024 $ +.\" $OpenBSD: ssh_config.5,v 1.398 2024/07/14 10:19:23 jsg Exp $ +.Dd $Mdocdate: July 14 2024 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -1262,7 +1262,7 @@ and .It Cm KexAlgorithms Specifies the permitted KEX (Key Exchange) algorithms that will be used and their preference order. -The selected algorithm will the the first algorithm in this list that +The selected algorithm will be the first algorithm in this list that the server also supports. Multiple algorithms must be comma-separated. .Pp