# PVE 把 LXC 內容器服務對外出來


# 超簡單就一行指令

假設 8090 是你要對外的 port number

1
ssh -R 0.0.0.0:8090:localhost:8090 root@[對外主機IP]