# SSH Create SSH directory & copy config there. `mkdir -p ~/.ssh/` `cp config ~/.ssh/` Generate SSH key(s) `ssh-keygen -t ed25519 -C "comment" -f /path/to/ssh/key` ## TODO Update config variables with proper variables (user/port/keys)