Last active
May 8, 2022 03:18
-
-
Save dcolinmorgan/c8fa44e6e0d7947085dbe580743fe65f to your computer and use it in GitHub Desktop.
This file contains 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
#./.ssh/config | |
Host ferry | |
User redmo | |
Hostname ferry.bwh.harvard.edu | |
DynamicForward 8080 | |
IdentityFile ~/.ssh/id_rsa | |
Host hku | |
user dcmorgan | |
Hostname hpc02.sbms.hku.hk | |
LocalForward 8978 localhost:8978 | |
IdentityFile ~/.ssh/id_rsa | |
Host d24h | |
user dcmorgan | |
Hostname 147.8.194.12 | |
Port 24022 | |
LocalForward 7777 localhost:7777 | |
IdentityFile ~/.ssh/id_rsa | |
Host biomed1 | |
user dcmorgan | |
Hostname biomed1.sbms.hku.hk | |
IdentityFile ~/.ssh/id_rsa | |
Host rpi | |
user pi | |
Hostname 192.168.86.68 | |
#ProxyJump hku | |
IdentityFile ~/.ssh/id_rsa | |
Host cpos | |
user dcmorgan | |
Hostname xomics.cpos.hku.hk | |
LocalForward 9999 localhost:9999 | |
IdentityFIle ~/.ssh/id_rsa | |
Host octa4 | |
User dmorgan | |
Hostname octa4.scilifelab.se | |
IdentityFile ~/.ssh/id_rsa | |
DynamicForward 8080 | |
Host chearon | |
User dan | |
Hostname chearon.net | |
IdentityFile ~/.ssh/id_rsa | |
DynamicForward 8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment