terminal:tools:ssh_tilde
Table of Contents
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 <excludes> . tilde.town:~
Excludes: .ssh, mbox, .DS_Store, node_modules, _site, .git
See Also
terminal/tools/ssh_tilde.txt · Last modified: by 127.0.0.1
