v1.12.0 #269

Merged
muellerr merged 493 commits from develop into main 2022-07-04 11:19:05 +02:00
165 changed files with 6760 additions and 6023 deletions
Showing only changes of commit 4e62f3b112 - Show all commits

View File

@@ -27,7 +27,7 @@ def prompt_ssh_key_removal():
print("Invalid port detected") print("Invalid port detected")
else: else:
break break
cmd = f'ssh-keygen -f "${{HOME}}/.ssh/known_hosts" -R "[localhost]:${port}"' cmd = f'ssh-keygen -f "$HOME/.ssh/known_hosts" -R "[localhost]:{port}"'
print(f"Removing problematic SSH key with command {cmd}..") print(f"Removing problematic SSH key with command {cmd}..")
os.system(cmd) os.system(cmd)