tweak(ssh): specify server.doge-inc.net port
This commit is contained in:
parent
d0bbad722d
commit
19921124be
2 changed files with 6 additions and 2 deletions
|
@ -4,6 +4,10 @@
|
|||
controlMaster = "auto";
|
||||
controlPersist = "1m";
|
||||
forwardAgent = true;
|
||||
matchBlocks = { };
|
||||
matchBlocks = {
|
||||
"server.doge-inc.net" = {
|
||||
port = 245;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue