Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

We use ssh to connect to github as a standard. This is useful because it plays nice with github actions and is straight forward to set up both locally and remotely.

Setting up

1- Generate SSH Key:

ssh-keygen -t rsa

2 - Add SSH Key to GitHub:

  • Go to GitHub → Settings → SSH and GPG keys → New SSH Key.

  • Paste the public key, and save.

3- Add SSH Key to Remote Server:

ssh-copy-id user@remote-server
  • Alternatively, manually add the public key to ~/.ssh/authorized_keys on the server.

4- GitHub secrets:

Who is Bamboo? No idea? Me too!

Bamboo is a generic github account which enables ssh from servers like mirth to github. The credentials for this can be found in the keypass database. The same steps can be followed as if you were setting up ssh for yourself only roleplaying your new identity as baboo the code monkey.

Wait this already exists

https://renalregistry.atlassian.net/wiki/x/AIAaUg

  • No labels