Add config for ssh into home
This commit is contained in:
parent
3d54d10f5b
commit
bbca96d4fc
1 changed files with 5 additions and 0 deletions
|
@ -85,6 +85,11 @@ in
|
||||||
user = "git";
|
user = "git";
|
||||||
port = 23;
|
port = 23;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"vtt.buymymojo.net" = {
|
||||||
|
hostname = "vtt.buymymojo.net";
|
||||||
|
user = "admin";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# === shells ===
|
# === shells ===
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue