2022年11月13日 星期日

ngrok

ngrok 這個服務可以建立一個 Public URL 對應到 localhost:80

機器要能連網,在 NAT 下 OK

ngrok http 80

在測試時或一些特殊情境滿好用的



沒有留言:

New SSH client to old SSH server

從新版 SSH 8.x 連到舊版 6.x SSH server 若出現 Unable to negotiate with x.x.x.x port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss ...