Special Case: Create ssh login instance
SSH repo
version: "2.0"
type: node-port
services:
vm:
image: filswan/ubuntu-ssh-user:22.04
env:
- sshkey=<YOUR-LOCAL-SSH-KEY>
- username=swantouser
expose:
- port: 22
- port: 30002
- port: 30003
- port: 30004
- port: 30005
- port: 30006
- port: 30007
deployment:
vm:
lagrange:
count: 1Deploy SSH Application with Swan SDK
Last updated