Further enhance the security of sensitive files #24
zhenrong-wang
announced in
Announcements
Replies: 1 comment 1 reply
-
Is there docs about the architecture? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As you may know, the connection between the local
hpcopr
environment with the cloud clusters are based on SSH. It means thathpcopr
maintains SSH private keys. The keys are in the SSH_KEY directory as below:Previously, the private keys are just hidden, not encrypted. Now, with the recently-introduced now-crypto AES module, we are able to encrypt/decrypt them properly.
Please stay tuned.
Beta Was this translation helpful? Give feedback.
All reactions