#!/bin/sh uid=$(getent passwd nobody | cut -f 3 -d :) gid=$(getent passwd nobody | cut -f 4 -d :) twistd --nodaemon --no_save --gid=$gid --uid=$uid --python offssh.py