====== SSH — tilde.town ===== ===== Connection ===== ssh brennan@tilde.town Or with the alias from ''~/.ssh/config'': ssh tilde.town ===== ~/.ssh/config setup ===== Host tilde.town HostName tilde.town User brennan IdentityFile ~/.ssh/id_ed25519 ServerAliveInterval 60 AddKeysToAgent yes ForwardAgent no ForwardX11 no ===== Sync files to tilde.town ===== ./bin/sync-to-tilde.sh # Runs: rsync -avz . tilde.town:~ Excludes: ''.ssh'', ''mbox'', ''.DS_Store'', ''node_modules'', ''_site'', ''.git'' ===== See Also ===== * [[terminal:tools:start|Terminal Tools Index]] * [[tilde:start|tilde.town]] * [[terminal:tools:rsync|rsync]] * [[terminal:start|Return to terminal]]