Update .config/helix/languages.toml
Update .ssh/config
This commit is contained in:
parent
5743378dfd
commit
67b0bb901b
@ -8,8 +8,6 @@ allFeatures = true
|
||||
mockall = ["automock"]
|
||||
mockall_double = ["double"]
|
||||
|
||||
disable = ["automock", "double"]
|
||||
|
||||
[[language]]
|
||||
name = "graphql"
|
||||
scope = "source.graphql"
|
||||
|
@ -35,6 +35,12 @@ Host ratchet
|
||||
PubKeyAuthentication yes
|
||||
IdentityFile ~/.ssh/id_clank
|
||||
|
||||
Host ratchet
|
||||
Hostname 10.0.9.13
|
||||
User root
|
||||
PubKeyAuthentication yes
|
||||
IdentityFile ~/.ssh/id_clank
|
||||
|
||||
Host server
|
||||
Hostname 10.0.9.2
|
||||
User hermansen
|
||||
|
Loading…
Reference in New Issue
Block a user