Home: Update nixinator ssh config
This commit is contained in:
@ -327,8 +327,9 @@
|
|||||||
controlPersist = "no";
|
controlPersist = "no";
|
||||||
};
|
};
|
||||||
"nixinator" = {
|
"nixinator" = {
|
||||||
|
port = 5432;
|
||||||
user = "christoph";
|
user = "christoph";
|
||||||
hostname = "192.168.86.50";
|
hostname = "vps.chriphost.de";
|
||||||
};
|
};
|
||||||
"servenix" = {
|
"servenix" = {
|
||||||
user = "christoph";
|
user = "christoph";
|
||||||
|
|||||||
@ -718,8 +718,9 @@ in
|
|||||||
controlPersist = "no";
|
controlPersist = "no";
|
||||||
};
|
};
|
||||||
"nixinator" = {
|
"nixinator" = {
|
||||||
|
port = 5432;
|
||||||
user = "christoph";
|
user = "christoph";
|
||||||
hostname = "192.168.86.50";
|
hostname = "vps.chriphost.de";
|
||||||
};
|
};
|
||||||
"servenix" = {
|
"servenix" = {
|
||||||
user = "christoph";
|
user = "christoph";
|
||||||
|
|||||||
Reference in New Issue
Block a user