Fix in ssh-keygen
This commit is contained in:
parent
ed1c7bf88a
commit
d1d21bd9e4
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ def pastafari2_edit_global_ssh_keys():
|
||||||
|
|
||||||
if ssh_key_type in arr_type:
|
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'):
|
if not os.path.isfile(system_path+'id_rsa'):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue