Fix sxhkd
This commit is contained in:
parent
2ff62b772c
commit
7117c20646
7 changed files with 73 additions and 62 deletions
|
|
@ -28,11 +28,12 @@
|
|||
identityFile = "~/.ssh/heroku";
|
||||
identitiesOnly = true;
|
||||
};
|
||||
"ngrok.io" = {
|
||||
"*ngrok.io" = {
|
||||
hostname = "*ngrok.io";
|
||||
identityFile = "~/.ssh/local";
|
||||
identitiesOnly = true;
|
||||
};
|
||||
"172.27.108.?" = {
|
||||
"172.27.108.*" = {
|
||||
hostname = "172.27.108.*";
|
||||
identityFile = "~/.ssh/local";
|
||||
identitiesOnly = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue