Jump to content

Sharing Host SSH Keys with Embedded Platforms: Difference between revisions

Line 24: Line 24:
</syntaxhighlight>
</syntaxhighlight>


{{Ambox
{{Colored box|background-title-color=#6586B9|title-color=#FFFFFF|title='''Note'''|icon=notice-icon-white.png
| type        = notice
  |style=overflow:hidden;
| text        = '''TIP!'''  
  |title='''Note'''
  |content='''TIP!'''  


Start automatically your ssh agent with every session by adding the following to your shell init script ('''~/.bashrc''', '''~/.zshrc''', etc...):
Start automatically your ssh agent with every session by adding the following to your shell init script ('''~/.bashrc''', '''~/.zshrc''', etc...):
Line 34: Line 35:
ssh-add ~/.ssh/id_rsa
ssh-add ~/.ssh/id_rsa
</syntaxhighlight>
</syntaxhighlight>
}}
}}


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