mirror of
https://github.com/ovh/the-bastion.git
synced 2025-10-27 22:08:19 +08:00
24 lines
487 B
ReStructuredText
24 lines
487 B
ReStructuredText
==================
|
|
selfAddIngressKey
|
|
==================
|
|
|
|
Add a new ingress public key to your account
|
|
============================================
|
|
|
|
|
|
.. admonition:: usage
|
|
:class: cmdusage
|
|
|
|
--osh selfAddIngressKey [--public-key '"ssh key text"']
|
|
|
|
.. program:: selfAddIngressKey
|
|
|
|
|
|
.. option:: --public-key KEY
|
|
|
|
Your new ingress public SSH key to deposit on the bastion, use double-quoting if your're under a shell.
|
|
|
|
|
|
If no option is specified, you'll be prompted interactively.
|
|
|
|
|