Skip to content

Instantly share code, notes, and snippets.

@tox2ik
Last active September 2, 2022 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tox2ik/e7f1023433cf28141c487f6882546af8 to your computer and use it in GitHub Desktop.
Save tox2ik/e7f1023433cf28141c487f6882546af8 to your computer and use it in GitHub Desktop.
# copy this into ~/.ssh/config or create a new file there
# fortrabbit example ssh setup
Host deploy.*.frbit.com log.*.frbit.com tunnel.*.frbit.com
# You need to uncomment (remove #) these two lines if you are using an rsa-based key (id_rsa)
#PubkeyAcceptedKeyTypes +ssh-rsa
#HostKeyAlgorithms +ssh-rsa
#IdentityFile ~/.ssh/id_rsa_fortrabbit
#IdentityFile ~/.ssh/id_fortrabbit
# Pick one of the examples we provide, or put in your own path (where you saved the key)
IdentityFile ~/.ssh/id_ed25519_fortrabbit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment