Skip to content

Instantly share code, notes, and snippets.

View lynchjames's full-sized avatar

James Lynch lynchjames

  • Storm ID
  • Edinburgh
View GitHub Profile
1. No existing ssh key on external machine
Create a new key on the external machine with ssh-keygen -t rsa -C email@stormid.com in the git bash. The email address doesn’t matter as the next step is to overwrite the id_rsa and id_rsa.pub files in your .ssh folder with those from your Storm machine. This should be all you need to use git over the VPN.
2. Existing ssh key on external machine that can be overwritten
In this case you should only need to carry out the second step from 1 to have access via the VPN.
3. Existing ssh key on external machine to be used side-by-side
I use git gor github under a different email address so I needed 2 keys to be used. Ssh allows you to setup mappings between a key and a domain. Copy the storm ssh key files and rename them or place them in a separate directory from your existing key files. Add a file named config in the .ssh folder with something like:
Host github.com
@gjstockham
gjstockham / steps.md
Last active August 5, 2020 07:57
Steps to install Blob storage and ImageProcessor in Umbraco

Steps to install:

  1. Default Umbraco installation (Empty Web + UmbracoCms nuget package), plus Azure blob storage containers called "media" and "cache", both with "blob" access rights

Set the media type -> Image -> Upload Image property to be "Image Cropper"

  1. Add the UmbracoFileSystemProviders.Azure nuget package Note, this is marked pre-release, so may not appear on a default search