For local development, we use the Symfony binary which allows us to both use regular host names such as example.wip (work in progress), as well as a TLS certificate so we can use HTTPS. Very awesome. After setup, you just need to add a proxy pac file to your browser/OS…
Category: SSH
SSH
Read more
Have bash remember your SSH private key’s password for the current session
(wow, that was a long title) ssh-agent bash ssh-add ~/.ssh/id_rsa EDIT Since I come here every day, here’s an updated version: eval $(ssh-agent -s) ssh-add ~/.ssh/id_ed25519