We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
For GitHub Enterprise.
Secret
useSecret
models/application
id_rsa
config
/root/.ssh/
mode=600
Host {{ hostname }} User {{ username }} Port {{ port number }} HostName {{ hostname }} IdentityFile /root/.ssh/id_rsa StrictHostKeyChecking no
-----BEGIN RSA PRIVATE KEY----- {{ SSH key }} -----END RSA PRIVATE KEY-----
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Motivation
For GitHub Enterprise.
Goal
Secret
to store SSH keyImplementation
useSecret
field tomodels/application
table.id_rsa
)config
)config
)config
)Secret
to/root/.ssh/
.id_rsa
andconfig
files withmode=600
config
id_rsa
Reference
The text was updated successfully, but these errors were encountered: