Jump to content

Sharing Host SSH Keys with Embedded Platforms: Difference between revisions

No edit summary
Line 58: Line 58:


This flag tells SSH to forward the SSH agent connection.
This flag tells SSH to forward the SSH agent connection.
{{Ambox
| type        = notice
| text        = '''TIP!'''
If you use an SSH configuration file for storing common hosts such as ''~/.ssh/config'', you can add the option "'''ForwardAgent yes'''" to enable the Agent Forwarding without modifying your <code>ssh <host></code> command. For example:
<syntaxhighlight lang=bash>
Host nx
  HostName 192.168.0.21
  User nvidia
  ForwardAgent yes
</syntaxhighlight>
And then just run normally:
<syntaxhighlight lang=bash>
ssh nx
</syntaxhighlight>
}}


====Verify Connection on the Embedded Platform:====
====Verify Connection on the Embedded Platform:====
334

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.