Add Vanguard to ssh config
This commit is contained in:
parent
eaa0596003
commit
b31de09041
|
@ -17,6 +17,10 @@
|
||||||
user = "xenia";
|
user = "xenia";
|
||||||
hostname = "192.168.1.230";
|
hostname = "192.168.1.230";
|
||||||
};
|
};
|
||||||
|
"vanguard" = {
|
||||||
|
user = "xenia";
|
||||||
|
hostname = "192.168.1.166";
|
||||||
|
};
|
||||||
"ionos" = {
|
"ionos" = {
|
||||||
user = "root";
|
user = "root";
|
||||||
hostname = "77.68.67.133";
|
hostname = "77.68.67.133";
|
||||||
|
|
Loading…
Reference in a new issue