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

@@ -11,6 +11,7 @@ SOURCES = src/revpicommander/aclmanager.py \
src/revpicommander/revpiplclist.py \
src/revpicommander/revpiprogram.py \
src/revpicommander/simulator.py \
src/revpicommander/sshauth.py \
src/revpicommander/revpicommander.py
FORMS = ui_dev/aclmanager.ui \