You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the dotfiles scripts right and an ssh key is generated, it should be uploaded to all services that leverage ssh keys. If generating a new ssh key, distribute it to the list of services below.
Challenges:
making sure all services have programmatic access to add ssh keys
foundational access to the services will need to exist to even upload the ssh keys (provided they have programmatic access to add ssh keys)
Services List:
github (version control)
bitbucket (version control)
digitalocean (infrastructure)
hyper (infrastructure)
heroku (infrastructure)
algo (vpn)
The text was updated successfully, but these errors were encountered:
Hyper uses a cli to interact with their service, which doesn't require an ssh key. It uses access_key/secret_key type creds to interface with the service.
Adding a new ssh key to algo isn't possible due to the immutable nature of the droplet. If you want a new ssh key, you need to blow up, and create a new droplet.
Relates: #4
When the dotfiles scripts right and an ssh key is generated, it should be uploaded to all services that leverage ssh keys. If generating a new ssh key, distribute it to the list of services below.
Challenges:
Services List:
hyper (infrastructure)The text was updated successfully, but these errors were encountered: