Teleconsole-分享終端、Port轉發工具

安裝:

curl https://www.teleconsole.com/get.sh | sh

啟用:

teleconsole

結果會類似這樣:

Starting local SSH server on localhost...
Requesting a disposable SSH proxy on as.teleconsole.com for tecmint...
Checking status of the SSH tunnel...
Your Teleconsole ID: asce38b0cbb9db97ef16562d1feffe5b84c9a204b8
WebUI for this session: https://as.teleconsole.com/s/ce38b0cbb9db97ef16562d1feffe5b84c9a204b8
To stop broadcasting, exit current shell by typing 'exit' or closing the window.

連線至他人Teleconsole:

teleconsole join asce38b0cbb9db97ef16562d1feffe5b84c9a204b8

轉發port:

teleconsole -f localhost:3000

產生出以下結果:

Starting local SSH server on localhost...
Requesting a disposable SSH proxy on as.teleconsole.com for tecmint...
Checking status of the SSH tunnel...
Your Teleconsole ID: asce38b0cbb9db97ef16562d1feffe5b84c9a204b8
WebUI for this session: https://as.teleconsole.com/s/ce38b0cbb9db97ef16562d1feffe5b84c9a204b8
To stop broadcasting, exit current shell by typing 'exit' or closing the window

自行指定port位置連線:

teleconsole -f 3000:localhost:3000 join <session-id>

幫助:

teleconsole help
阅读剩余
THE END