# Arguments to pass to ssh2incus daemon ARGS=-m # -b, --banner show banner on login # -c, --client-cert string client certificate for remote # -k, --client-key string client key for remote # -d, --debug enable debug log # -g, --groups string list of groups members of which allowed to connect (default "incus,incus-admin") # --healthcheck string enable Incus health check every X minutes, e.g. "5m" # -h, --help print help # --inauth enable authentication using instance keys # -l, --listen string listen on ":port" or "host:port" (default ":2222") # -m, --master start master process and spawn workers # --noauth disable SSH authentication completely # --pprof enable pprof # --pprof-listen string pprof listen on ":port" or "host:port" (default ":6060") # -r, --remote string default Incus remote to use # -t, --server-cert string server certificate for remote # --shell string shell access command: login, su, sush or user shell # -s, --socket string Incus socket to connect to (optional, defaults to INCUS_SOCKET env) # -u, --url string Incus remote url to connect to (should start with https://) # -v, --version print version # -w, --welcome show welcome message to users connecting to shell