Skip to content

Instantly share code, notes, and snippets.

@kyleziegler
Created March 24, 2021 17:34
Show Gist options
  • Save kyleziegler/8d067d891756da4da0de3ef1394f7ae6 to your computer and use it in GitHub Desktop.
Save kyleziegler/8d067d891756da4da0de3ef1394f7ae6 to your computer and use it in GitHub Desktop.
SSH config
Host notebook_name
HostName xx.xxx.xxx.x
IdentityFile ~/.ssh/google_compute_engine
User jupyter
# If you plan on ONLY using your primary account (do not recommend)
# since the UI always uses the jupyter user
Host notebook_name
HostName xx.xx.xx.xx
IdentityFile ~/.ssh/google_compute_engine
User username_domain_com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment