Fix in ssh-keygen

This commit is contained in:
Antonio de la Rosa 2025-06-11 01:41:18 +02:00
parent ed1c7bf88a
commit d1d21bd9e4

View file

@ -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'):