exemple proxy

This commit is contained in:
benoit 2020-05-05 07:03:50 +00:00
parent fb7a32fec8
commit 0d3bde1d0a

View file

@ -14,6 +14,7 @@ lxc list
lxc storage volume list <storagename>
# mode privileged
lxc launch ubuntu:16.04 test -c security.privileged=true -c security.nesting=true
lxc config device add test ssh proxy listen=tcp:0.0.0.0:2222 connect=tcp:127.0.0.1:22
```
Chemins :