You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
What would you like to be added:
Keep the public key used by the user last time, and automatically fill in the form when the SSH button is enabled next time.
Expect to provide a function similar to github adding ssh key. Then when the user enables the ssh button, the input box is no longer required to enter the public key. At this point, openpai directly registers the public key reserved for the user in the system to the container. Of course, the existing functions can be retained, that is, the user can generate a key pair when the SSH function is enabled for the first time and prompt the user to keep the private key for the next use.
Why is this needed:
A key is generated every time a task is submitted, which brings a great management burden to the user. In fact, a user only needs to manage one key pair, and then use it anywhere, such as github, GCP etc.
Without this feature, how does the current module work:
A key is generated every time a task is submitted or the user must open the public key file every time and copy it to openpai.
Components that may involve changes:
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Keep the public key used by the user last time, and automatically fill in the form when the SSH button is enabled next time.
Expect to provide a function similar to github adding ssh key. Then when the user enables the ssh button, the input box is no longer required to enter the public key. At this point, openpai directly registers the public key reserved for the user in the system to the container. Of course, the existing functions can be retained, that is, the user can generate a key pair when the SSH function is enabled for the first time and prompt the user to keep the private key for the next use.
ref. adding-a-new-ssh-key-to-your-github-account
Why is this needed:
A key is generated every time a task is submitted, which brings a great management burden to the user. In fact, a user only needs to manage one key pair, and then use it anywhere, such as github, GCP etc.
Without this feature, how does the current module work:
A key is generated every time a task is submitted or the user must open the public key file every time and copy it to openpai.
Components that may involve changes:
The text was updated successfully, but these errors were encountered: