Sharing Host SSH Keys with Embedded Platforms: Difference between revisions

Line 46: Line 46:
==== Enable SSH Agent Forwarding on Your Host:====
==== Enable SSH Agent Forwarding on Your Host:====
When initiating an SSH connection to the embedded platform, use the '''-A''' option with the ssh command:
When initiating an SSH connection to the embedded platform, use the '''-A''' option with the ssh command:
<syntaxhighligh lang=bash>
<syntaxhighlight lang=bash>
ssh -A user@embedded_platform
ssh -A user@embedded_platform
</syntaxhighlight>
</syntaxhighlight>