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 = ["automock"]
|
||||||
mockall_double = ["double"]
|
mockall_double = ["double"]
|
||||||
|
|
||||||
disable = ["automock", "double"]
|
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "graphql"
|
name = "graphql"
|
||||||
scope = "source.graphql"
|
scope = "source.graphql"
|
||||||
|
@ -35,6 +35,12 @@ Host ratchet
|
|||||||
PubKeyAuthentication yes
|
PubKeyAuthentication yes
|
||||||
IdentityFile ~/.ssh/id_clank
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
|
Host ratchet
|
||||||
|
Hostname 10.0.9.13
|
||||||
|
User root
|
||||||
|
PubKeyAuthentication yes
|
||||||
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
Host server
|
Host server
|
||||||
Hostname 10.0.9.2
|
Hostname 10.0.9.2
|
||||||
User hermansen
|
User hermansen
|
||||||
|
Loading…
Reference in New Issue
Block a user