- [ ] Extract credentials from `server.js` to a file not under source control - [ ] Quick setup script? - Generate `~/.ssh/id_rsa` if it doesn't exist and set permissions - Add `~/.ssh/id_rsa.pub` to `~/.ssh/authorized_keys` if it's not there - Configure demo server to connect to `localhost` with user `$(whoami)` and key `~/.ssh/id_rsa`
server.jsto a file not under source control~/.ssh/id_rsaif it doesn't exist and set permissions~/.ssh/id_rsa.pubto~/.ssh/authorized_keysif it's not therelocalhostwith user$(whoami)and key~/.ssh/id_rsa