From 7e8898b3417208f4d762e42bf5b82919e5869ce0 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Wed, 6 Aug 2025 19:51:12 +0200 Subject: [PATCH] setup: how to access lxc over ssh --- setup/ssh_to_lxc.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 setup/ssh_to_lxc.md diff --git a/setup/ssh_to_lxc.md b/setup/ssh_to_lxc.md new file mode 100644 index 0000000..f071c06 --- /dev/null +++ b/setup/ssh_to_lxc.md @@ -0,0 +1,19 @@ +--- +volume: Decentrala +section: 6 +title: Access Linux Containers in Moxx over `ssh` +author: Malin +source: dmz.rs +--- + +- Access the Kralizec network. +- `ssh` into Moxx. +- Use `pct` to find and access containers. + +```sh +pct list | grep -v stopped +pct enter 112 +``` + +- Don't tell people to type 'pct enter', or they will type `pct`, and hit the enter key I TOLD YOU ALL THE KEY SHOULD BE CALLED RETURN. +- Now you're in the container.