差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

兩邊的前次修訂版 前次修改
tech:ssh_tunnel [2018/05/20 15:04] – 網址更改為 https Jonathan Tsaitech:ssh_tunnel [2021/01/16 14:40] (目前版本) – 更換 plugin jonathan
行 5: 行 5:
 {{https://www.ichiayi.com/blog/images/ssh_tunnel/ssh_tunnel_1.gif}} {{https://www.ichiayi.com/blog/images/ssh_tunnel/ssh_tunnel_1.gif}}
   * 先登入 IntraServer-A    * 先登入 IntraServer-A 
-  * 執行 <xtermrtf>+  * 執行 <cli>
 ssh -nNT -R 9022:192.168.0.39:22 [email protected]  ssh -nNT -R 9022:192.168.0.39:22 [email protected] 
-</xtermrtf>+</cli>
     * 由 IntraServer-A 以 jonathan 身分 ssh 連上 InterServer-B     * 由 IntraServer-A 以 jonathan 身分 ssh 連上 InterServer-B
     * 同時建立 ssh tunnel, 讓 InterServer-B 所 Listen 的 Port 9022 就是通到 IntraServer-A 的 Port 22      * 同時建立 ssh tunnel, 讓 InterServer-B 所 Listen 的 Port 9022 就是通到 IntraServer-A 的 Port 22 
行 15: 行 15:
 {{https://www.ichiayi.com/blog/images/ssh_tunnel/ssh_tunnel_2.gif}} {{https://www.ichiayi.com/blog/images/ssh_tunnel/ssh_tunnel_2.gif}}
   * 先登入 IntraServer-A   * 先登入 IntraServer-A
-  * 執行 <xtermrtf>+  * 執行 <cli>
 ssh -nNT -R 9022:10.1.1.2:22 [email protected] ssh -nNT -R 9022:10.1.1.2:22 [email protected]
-</xtermrtf>+</cli>
     * 由 IntraServer-A 以 jonathan 身分 ssh 連上 InterServer-B     * 由 IntraServer-A 以 jonathan 身分 ssh 連上 InterServer-B
     * 然後建立 ssh tunnel, 讓 InterServer-B 所 Listen 的 Port 9022 就是通到 IntraServer-C 的 Port 22      * 然後建立 ssh tunnel, 讓 InterServer-B 所 Listen 的 Port 9022 就是通到 IntraServer-C 的 Port 22 
  • tech/ssh_tunnel.1526799898.txt.gz
  • 上一次變更: 2018/05/20 15:04
  • Jonathan Tsai