ssh config tweaks
This commit is contained in:
parent
9a3060a29f
commit
8abea80094
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,13 @@
|
|||
controlPersist = "10m";
|
||||
# Configure known hosts
|
||||
matchBlocks = {
|
||||
"static.stranger.systems" = {
|
||||
hostname = "129.153.226.221";
|
||||
user = "ubuntu";
|
||||
};
|
||||
"git.stranger.systems" = {
|
||||
user = "ubuntu";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue