17
Nov/14Github Over HTTPS
Github defaults to using the default SSH port (22) but it can be reconfigured to use HTTPS port 443. To test this run the following command: ssh -T -p 443 git@ssh.github.com The above -p 443 parameter tells SSH to connect … Continue reading
2
Jun/14Github Permission Denied
I was trying to push to Github and got the following error: debug1: No more authentication methods to try. Permission denied (publickey). In the above case make sure a new SSH key exists by checking there are files in ~/.ssh … Continue reading
30
Sep/13energy@home With CurrentCost IAMs
It’s been a while since I’ve done a write up on the energy@home project so I thought I’d write something up. There have been few minor tweaks since the last post including some user contribution especially from systems using multiple … Continue reading