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

@@ -4,6 +4,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/venv" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="jdk" jdkName="Python 3.9 (revpicommander)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />