From e982f1e076d4059bfa3529d3e1f2430c9f2f94e0 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Tue, 16 Apr 2024 10:58:16 +0200 Subject: [PATCH] comment --- libs/ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ssh.py b/libs/ssh.py index f07b53d..1a5576d 100644 --- a/libs/ssh.py +++ b/libs/ssh.py @@ -49,7 +49,7 @@ def generate_ed25519_key_pair(secret): return (deterministic_privatekey, public_key) -#https://www.fragmentationneeded.net/2017/10/ssh-hashknownhosts-file-format.html +# https://www.fragmentationneeded.net/2017/10/ssh-hashknownhosts-file-format.html # test this: # - `ssh-keyscan -H 10.0.0.5` # - take the salt from the ssh-ed25519 entry (first field after '|1|')