Sanitized single-commit public mirror of recipe-maintainer. - Removed test-ssh/.testenv (live creds); added test-ssh/.testenv.example placeholders. - Removed plans/ and planned-updates/ (deployment-planning docs) so no client/ deployment domains appear in the public repo. - All other secret stores were already gitignored. - docs.coopcloud.tech retained as a submodule (public upstream).
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
Host something.mytestserver.net
|
|
User myuser
|
|
IdentityFile /workspace/test-ssh/test-ssh-keys/mytestsshkey
|
|
Port 2246
|
|
|
|
Host something2.mytestserver.net
|
|
User root
|
|
IdentityFile /workspace/test-ssh/test-ssh-keys/mytestsshkey
|
|
Port 22
|