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-sshd.git


The following commit(s) were added to refs/heads/master by this push:
     new ce71789cc Update dead links to OpenSSH PROTOCOL.certkeys
ce71789cc is described below

commit ce71789ccfe7c56fc3750657d2b5198650b81de4
Author: Rantanen <[email protected]>
AuthorDate: Wed Oct 8 22:32:21 2025 +0300

    Update dead links to OpenSSH PROTOCOL.certkeys
    
    OpenSSH has removed the PROTOCOL.certkeys file. Link to the RFC draft 
instead.[1]
    
    This just replicates the 
https://github.com/openssh/openssh-portable/commit/928f8dc commit for the 
documentation in this project, as all the replaced places were dead links.
    
    [1] https://datatracker.ietf.org/doc/draft-miller-ssh-cert/
    
    Co-authored-by: JannuMies <[email protected]>
---
 docs/server-setup.md | 2 +-
 docs/standards.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/server-setup.md b/docs/server-setup.md
index d420751a3..408196045 100644
--- a/docs/server-setup.md
+++ b/docs/server-setup.md
@@ -37,7 +37,7 @@ the host keys are modified. **Note**: saving key files in PEM 
format requires  t
 supporting artifacts be available in the code's classpath.
 
 * `HostKeyCertificateProvider` - used for OpenSSH public-key certificate 
authentication system
-as defined in [this 
document](https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.certkeys)
+as defined in [this 
document](https://datatracker.ietf.org/doc/draft-miller-ssh-cert/)
 
 * `ShellFactory` - That's the part one usually has to write to customize the 
SSHD server. The shell factory will
 be used to create a new shell each time a user logs in and wants to run an 
interactive shell. SSHD provides a simple
diff --git a/docs/standards.md b/docs/standards.md
index c424d60e4..f59726775 100644
--- a/docs/standards.md
+++ b/docs/standards.md
@@ -36,7 +36,7 @@
 
 * [OpenSSH support for U2F/FIDO security 
keys](https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.u2f)
     * **Note:** the server side supports these keys by default. The client 
side requires specific initialization
-* [OpenSSH public-key certificate authentication system for use by 
SSH](https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.certkeys)
+* [OpenSSH public-key certificate authentication system for use by 
SSH](https://datatracker.ietf.org/doc/draft-miller-ssh-cert/)
 * [OpenSSH 1.9 transport: strict key exchange 
extension](https://github.com/openssh/openssh-portable/blob/master/PROTOCOL)
 * [(Some) OpenSSH SFTP 
extensions](https://github.com/openssh/openssh-portable/blob/master/PROTOCOL)
 

Reply via email to