[openssh-commits] [openssh] 02/10: upstream: update fingerprint example from RSA to Ed25519 host key
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Sep 15 15:38:06 AEST 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit f6ddc809d886e40919bf09561336759bf662edfd
Author: naddy at openbsd.org <naddy at openbsd.org>
AuthorDate: Thu Sep 3 20:28:39 2026 +0000
upstream: update fingerprint example from RSA to Ed25519 host key
OpenBSD-Commit-ID: 272127bb56551ff1e6d18352627a77fad003ff27
---
ssh.1 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ssh.1 b/ssh.1
index 60ee3ab34..fd51d5daf 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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.1,v 1.454 2026/08/04 22:47:07 naddy Exp $
-.Dd $Mdocdate: August 4 2026 $
+.\" $OpenBSD: ssh.1,v 1.455 2026/09/03 20:28:39 naddy Exp $
+.Dd $Mdocdate: September 3 2026 $
.Dt SSH 1
.Os
.Sh NAME
@@ -1188,7 +1188,7 @@ has been disabled).
Fingerprints can be determined using
.Xr ssh-keygen 1 :
.Pp
-.Dl $ ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key
+.Dl $ ssh-keygen -l -f /etc/ssh/ssh_host_ed25519_key
.Pp
If the fingerprint is already known, it can be matched
and the key can be accepted or rejected.
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list