SSH and exec
Connect to and run commands in your Pads.
pad ssh
Open an interactive SSH session into a Pad.
pad ssh [alias]
pad ssh --new-token # force a fresh SSH token
pad ssh --ttl 24h # session lifetime (range 1m–24h, default 60m)
pad ssh --ttl 0 # mint a non-expiring token (must be revoked manually)Tokens are cached locally and rotated automatically. Use if you suspect your cached token is stale.