Jump to content

Sharing Host SSH Keys with Embedded Platforms: Difference between revisions

no edit summary
No edit summary
Line 41: Line 41:
== Forwarding SSH Keys to Embedded Platforms ==
== Forwarding SSH Keys to Embedded Platforms ==
SSH agent forwarding can be used to securely use your host's SSH keys on an embedded platform without physically copying the keys to the platform. This is particularly useful for operations that require SSH access, such as git operations with repositories on GitHub or GitLab.
SSH agent forwarding can be used to securely use your host's SSH keys on an embedded platform without physically copying the keys to the platform. This is particularly useful for operations that require SSH access, such as git operations with repositories on GitHub or GitLab.
{{Ambox
| type        = notice
| text        = '''DONT WORRY!'''
Your host keys are only valid in the current SSH session and are not stored anywhere.
}}


=== Steps to Forward SSH Keys ===
=== Steps to Forward SSH Keys ===
Cookies help us deliver our services. By using our services, you agree to our use of cookies.