updated ssh settings
This commit is contained in:
@@ -40,6 +40,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
openssh.ports = [ 262 ];
|
||||||
|
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
|
|
||||||
pipewire = {
|
pipewire = {
|
||||||
|
@@ -41,6 +41,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
openssh.ports = [ 922 ];
|
||||||
|
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
|
|
||||||
pipewire = {
|
pipewire = {
|
||||||
|
@@ -21,6 +21,12 @@
|
|||||||
identityFile = "~/.ssh/id_ed25519";
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
port = 262;
|
port = 262;
|
||||||
};
|
};
|
||||||
|
rhapsody-in-green = {
|
||||||
|
hostname = "192.168.90.221";
|
||||||
|
user = "richie";
|
||||||
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
|
port = 922;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user