Dear reader,

This site finally got its much-needed overhaul. I tried to keep existing pages at their original URLs.
Should you find an error, please do tell me at contact@aspyct.org.
Feel free to visit the new website, which may contain more documentation pertaining to your search.

Thank you for visiting aspyct.org, I hope you'll find what you're looking for.

Old Aspyct.org blog

 or  go to the new site.

Bitbucket read-only SSH access

I’m about to start a small webapp related to the upcoming ManPad. Of course, the sources of this app are securely stored in a git repository, on bitbucket actually.

To make things easy, I’d like to be able to deploy the latest version of the app by simply issuing a git pull. But to make things secure, I need to be sure that corrupting my server would not allow anyone to write to my git repository.

That’s where so-called “deployment keys” come into play. Bitbucket allow us to declare read-only SSH keys for a specific repository, and it works even if your repository is private, which is a very cool option!

Read more on their blog.