note how to access moxx
This commit is contained in:
@@ -6,9 +6,19 @@ author: Malin
|
|||||||
source: dmz.rs
|
source: dmz.rs
|
||||||
---
|
---
|
||||||
|
|
||||||
- Access the Kralizec network.
|
Access `moxx`, the Proxmox machine:
|
||||||
- `ssh` into Moxx.
|
|
||||||
- Use `pct` to find and access containers.
|
1. Check you can access the creds in `dmzadmin`: `gpg -d credentials/kralizec/ssh11.gpg`.
|
||||||
|
2. Check the creds work: `ssh dmz.rs ls`.
|
||||||
|
3. Copy your ssh keys across: `ssh-copy-id -i ~/id_selected dmz.rs`.
|
||||||
|
4. Check that works: `test $(ssh dmz.rs hostname) = ssh11`
|
||||||
|
5. Find `moxx`' IP address in its credentials: `moxxIP=[ user ]@[ local ip ]`
|
||||||
|
6. Jump through `ssh11` to access `moxx`: `ssh -J user@dmz.rs $moxx_ip`
|
||||||
|
|
||||||
|
|
||||||
|
# Enter Containers
|
||||||
|
|
||||||
|
Use `pct` to find and access containers:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pct list | grep -v stopped
|
pct list | grep -v stopped
|
||||||
|
Reference in New Issue
Block a user