Added order disclaimer to ssh config post

This commit is contained in:
Brandon Rozek 2021-03-05 16:52:03 -05:00
parent 333dcd7cd6
commit 0a822699c0

View file

@ -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.