mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-05-19 07:52:27 +00: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
|
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…
Add table
Reference in a new issue