Sharing Host SSH Keys with Embedded Platforms: Difference between revisions

Line 54: Line 54:
====Verify Connection on the Embedded Platform:====
====Verify Connection on the Embedded Platform:====
Once logged into the embedded platform, you can verify that the SSH agent forwarding works by listing the available SSH keys with:
Once logged into the embedded platform, you can verify that the SSH agent forwarding works by listing the available SSH keys with:
<syntaxhighligh lang=bash>
<syntaxhighlight lang=bash>
ssh-add -l
ssh-add -l
</syntaxhighligh>
</syntaxhighlight>
If successful, you should see the keys from your host machine listed.
If successful, you should see the keys from your host machine listed.