mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
workaround: local ssh lan issues
This commit is contained in:
parent
9c196762cd
commit
2db1838d7d
@ -88,19 +88,23 @@
|
|||||||
|
|
||||||
# local IP: 192.168.178.118
|
# local IP: 192.168.178.118
|
||||||
"yodaHedgehog" = {
|
"yodaHedgehog" = {
|
||||||
hostname = "yodahedgehog.p1st.de";
|
# TODO: Since some days, yodaHedgehog can only be reached locally even though ports are still opened on the router.
|
||||||
|
#hostname = "yodahedgehog.p1st.de";
|
||||||
|
hostname = "192.168.178.118";
|
||||||
user = "yoda";
|
user = "yoda";
|
||||||
port = 2226;
|
port = 2226;
|
||||||
compression = true;
|
compression = true;
|
||||||
};
|
};
|
||||||
"rootHedgehog" = {
|
"rootHedgehog" = {
|
||||||
hostname = "yodahedgehog.p1st.de";
|
#hostname = "yodahedgehog.p1st.de";
|
||||||
|
hostname = "192.168.178.118";
|
||||||
user = "root";
|
user = "root";
|
||||||
port = 2226;
|
port = 2226;
|
||||||
compression = true;
|
compression = true;
|
||||||
};
|
};
|
||||||
"unlockHedgehog" = {
|
"unlockHedgehog" = {
|
||||||
hostname = "yodahedgehog.p1st.de";
|
#hostname = "yodahedgehog.p1st.de";
|
||||||
|
hostname = "192.168.178.118";
|
||||||
user = "root";
|
user = "root";
|
||||||
port = 2227;
|
port = 2227;
|
||||||
compression = true;
|
compression = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user