mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
yodaYoga ssh unlock
This commit is contained in:
parent
889c8311ec
commit
2fe6faf03e
@ -30,6 +30,12 @@
|
|||||||
port = 22;
|
port = 22;
|
||||||
compression = false;
|
compression = false;
|
||||||
};
|
};
|
||||||
|
"unlockYodaYoga" = {
|
||||||
|
hostname = "192.168.178.99";
|
||||||
|
user = "root";
|
||||||
|
port = 22;
|
||||||
|
compression = false;
|
||||||
|
};
|
||||||
"pi3bplus" = {
|
"pi3bplus" = {
|
||||||
hostname = "fckjpbxxim36c1gb.myfritz.net";
|
hostname = "fckjpbxxim36c1gb.myfritz.net";
|
||||||
user = "yoda";
|
user = "yoda";
|
||||||
|
Loading…
Reference in New Issue
Block a user