From d1d21bd9e4a57893b235ca9d05a17e4701491203 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Wed, 11 Jun 2025 01:41:18 +0200 Subject: [PATCH] Fix in ssh-keygen --- admin/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/dashboard.py b/admin/dashboard.py index 76ff9b9..6762e84 100644 --- a/admin/dashboard.py +++ b/admin/dashboard.py @@ -166,7 +166,7 @@ def pastafari2_edit_global_ssh_keys(): if ssh_key_type in arr_type: - file_ssh_path='-f {}/id_rsa -q -N ""'.format(system_path) + file_ssh_path='-f {}id_rsa -q -N ""'.format(system_path) if not os.path.isfile(system_path+'id_rsa'):