From 28614820149bd6ecd195f258aa0b1048cf7b82f8 Mon Sep 17 00:00:00 2001 From: Benedek Nagy Date: Sat, 8 Jan 2022 21:26:01 +0000 Subject: [PATCH] backups: Correct spelling of encryption protocols Reviewed-by: Sunil Mohan Adapa --- plinth/modules/backups/templates/verify_ssh_hostkey.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plinth/modules/backups/templates/verify_ssh_hostkey.html b/plinth/modules/backups/templates/verify_ssh_hostkey.html index caaa1173f..731659972 100644 --- a/plinth/modules/backups/templates/verify_ssh_hostkey.html +++ b/plinth/modules/backups/templates/verify_ssh_hostkey.html @@ -44,8 +44,8 @@

{% blocktrans trimmed %} Run the following command on the SSH host machine. The output - should match one of the provided options. You can also use dsa, - ecdsa, ed25519 etc. instead of rsa, by choosing the corresponding + should match one of the provided options. You can also use DSA, + ECDSA, Ed25519 etc. instead of RSA, by choosing the corresponding file. {% endblocktrans %}