mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Added order disclaimer to ssh config post
This commit is contained in:
parent
333dcd7cd6
commit
0a822699c0
1 changed files with 2 additions and 1 deletions
|
@ -14,4 +14,5 @@ Host somename
|
|||
IdentityFile ~/.ssh/private_key
|
||||
```
|
||||
|
||||
Of course you can add multiple of these entries in that file so that you can `ssh` without having to worry about explicitly using keys.
|
||||
Of course you can add multiple of these entries in that file so that you can `ssh` without having to worry about explicitly using keys. Just keep in mind that the order of your entries matter.
|
||||
|
||||
|
|
Loading…
Reference in a new issue