Skip to content

Instantly share code, notes, and snippets.

@qzm
Last active May 4, 2019 07:35
Show Gist options
  • Save qzm/b381105dd684ae7a07abe1ffb259126b to your computer and use it in GitHub Desktop.
Save qzm/b381105dd684ae7a07abe1ffb259126b to your computer and use it in GitHub Desktop.
DevelopServer
# Read more about SSH config files: https://linux.die.net/man/5/ssh_config
Host DevelopServer
HostName hostname
User root
IdentityFile ~/.ssh/id_rsa
LocalForward 127.0.0.1:8000 127.0.0.1:8000
LocalForward 127.0.0.1:8080 127.0.0.1:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment