diff --git a/content/2016-08.md b/content/2016-08.md
index 36c3f45a0..8d0f00b45 100644
--- a/content/2016-08.md
+++ b/content/2016-08.md
@@ -114,3 +114,9 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol
- Notes on NodeJS + nginx + systemd: https://gist.github.com/alanorth/51acd476891c67dfe27725848cf5ace1
![ExpressJS running behind nginx](../images/2016/08/nodejs-nginx.png)
+
+## 2016-08-16
+
+- Troubleshoot Paramiko connection issues with Ansible on ILRI servers: [#37](https://github.com/ilri/rmg-ansible-public/issues/37)
+- Turns out we need to add some MACs to our `sshd_config`: hmac-sha2-512,hmac-sha2-256
+- Update DSpace Test's Java to version 8 to start testing this configuration ([seeing as Solr recommends it](https://wiki.apache.org/solr/ShawnHeisey))
diff --git a/public/2016-08/index.html b/public/2016-08/index.html
index 51f642963..31080e35b 100644
--- a/public/2016-08/index.html
+++ b/public/2016-08/index.html
@@ -214,6 +214,14 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol
+2016-08-16
+
+
+- Troubleshoot Paramiko connection issues with Ansible on ILRI servers: #37
+- Turns out we need to add some MACs to our
sshd_config
: hmac-sha2-512,hmac-sha2-256
+- Update DSpace Test’s Java to version 8 to start testing this configuration (seeing as Solr recommends it)
+
+