18 lines
869 B
Plaintext
18 lines
869 B
Plaintext
|
|
# ── arch-dev roaming :: host registry ─────────────────────────────────────────
|
||
|
|
# One host per line. Lines starting with # are ignored.
|
||
|
|
#
|
||
|
|
# Fields (whitespace-separated):
|
||
|
|
# name short alias used for the shell function (e.g. `mail`)
|
||
|
|
# fqdn tailnet hostname or any reachable host (e.g. mail.tailnet.ts)
|
||
|
|
# user ssh user (optional, defaults to $ROAMING_DEFAULT_USER or current user)
|
||
|
|
# mount remote path to mount via sshfs (optional, e.g. / or /srv)
|
||
|
|
#
|
||
|
|
# Examples (delete these, add your own):
|
||
|
|
#
|
||
|
|
# name fqdn user mount
|
||
|
|
# mail mail.tailnet.ts root /
|
||
|
|
# proxy proxy.tailnet.ts admin /etc/caddy
|
||
|
|
# dev dev-server.tailnet.ts wayne /srv
|
||
|
|
|
||
|
|
# name fqdn user mount
|