1
0
Fork 0

Improve SSH config
continuous-integration/drone/push Build is failing Details

main
Ambrose Chua 2019-09-09 09:47:53 +08:00
parent cd1506ec95
commit 77c66286a4
Signed by: ambrose
GPG Key ID: B34FBE029276BA5D
2 changed files with 18 additions and 1 deletions

View File

@ -103,7 +103,7 @@ cask "graphql-playground"
# extra network
brew "aria2"
brew "shadowsocks-libev", restart_service: true
#brew "shadowsocks-libev", restart_service: true
brew "ipfs"
#brew "wrk"
#cask "tuntap"

View File

@ -1,3 +1,20 @@
Host github.com
Hostname ssh.github.com
Port 443
Host goldenbarrel-wan-test
Hostname makerforce.io
User ambrose
Port 2222
DynamicForward 8000
LocalForward 8080 localhost:8080
RemoteForward 8180 localhost:8180
Host goldenbarrel-wan
Hostname makerforce.io
User ambrose
Port 2222
Host goldenbarrel
User ambrose
Port 2222