Save SSH credentials with keyring module

The keyring module will save the username and password of the SSH
connection to the operating system password storage.
This commit is contained in:
2023-01-10 01:12:45 +01:00
parent 2039f6cfe2
commit 7a7741e60b
13 changed files with 165 additions and 69 deletions

View File

@@ -15,6 +15,7 @@ setup(
include_package_data=True,
install_requires=[
"keyring",
"PyQt5",
"revpimodio2",
"zeroconf"