Last active
May 4, 2019 07:35
-
-
Save qzm/b381105dd684ae7a07abe1ffb259126b to your computer and use it in GitHub Desktop.
DevelopServer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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