Skip to content

Commit

Permalink
SSH hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsiryk committed May 29, 2020
1 parent a36d039 commit a701242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Run remote GUI application on local desktop::
Multiple SSH private keys on one client
---------------------------------------

**EXPEREMENTAL**
**EXPERIMENTAL**
Add into your ``~/.profile`` to add all id_rsa* keys from your home .ssh dir. Applied after system relogin.::

find $HOME/.ssh/ -type f -name "id_rsa*" ! -name "*.*" -exec ssh-add "{}" \;
Expand Down

0 comments on commit a701242

Please sign in to comment.