add builder to ssh config
This commit is contained in:
parent
3b16163af9
commit
9ddcc7511d
|
@ -50,6 +50,10 @@
|
|||
hostname = "avd.club.berlin.ccc.de";
|
||||
user = "vinzenz";
|
||||
};
|
||||
"builder.berlin.ccc.de" = {
|
||||
hostname = "195.160.172.36";
|
||||
user = "root";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue