fix: old ssh config was broken
This commit is contained in:
parent
873bfc08be
commit
38035a3c00
2 changed files with 4 additions and 5 deletions
4
.config/nvim/coc-settings.json
Normal file
4
.config/nvim/coc-settings.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"suggest.noselect": false,
|
||||
"suggest.enablePreselect": true
|
||||
}
|
|
@ -1,8 +1,3 @@
|
|||
Host mi.lan
|
||||
HostName 192.168.178.115
|
||||
User jhuebner
|
||||
ProxyJump 192.168.84.2
|
||||
|
||||
Host 192.168.84.2
|
||||
HostName 192.168.84.2
|
||||
User janolehuebner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue