Table of Contents
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Connection Hopping Behavior Change since v1.50.65 (v1.50.65版本后连接跳转行为变化)
English
Starting from version v1.50.65, the behavior of connection hopping in electerm has changed. Previously, when you connected to a bookmarked session, electerm would first connect to the host of the bookmark and then sequentially connect to each connection hopping host. In the new version, electerm now connects to each connection hopping host one by one and finally connects to the host of the bookmark.
This change aims to improve the connection process by ensuring that each intermediate hop is established before proceeding to the next one, ultimately connecting to the final host.
Note: For compatibility reasons, bookmarks created before v1.50.65 will retain the old connection hopping behavior. Only bookmarks created in version v1.50.65 and later will follow the new behavior.
Suppose you have a bookmarked session with the following connection hopping sequence:
- Host A (initial host of the bookmark)
- Host B (connection hopping host)
- Host C (connection hopping host)
Previous behavior (before v1.50.65):
- Connect to Host A
- Connect to Host B (through Host A)
- Connect to Host C (through Host B and Host A)
New behavior (since v1.50.65):
- Connect to Host B
- Connect to Host C (through Host B)
- Connect to Host A (through Host C and Host B)
中文
从 v1.50.65 版本开始,electerm 的连接跳转行为发生了变化。之前,当您连接到一个书签会话时,electerm 会首先连接到书签的主机,然后依次连接每个连接跳转的主机。在新版本中,electerm 现在会依次连接每个连接跳转的主机,最后连接到书签的主机。
此更改旨在通过确保在继续到下一个跳转前每个中间跳转都已建立连接,从而改进连接过程,最终连接到最终的主机。
注意: 出于兼容性原因,在 v1.50.65 之前创建的书签将保留旧的连接跳转行为。只有在 v1.50.65 及以后版本中创建的书签才会遵循新的行为。
示例:
假设您有一个具有以下连接跳转顺序的书签会话:
- 主机 A(书签的初始主机)
- 主机 B(连接跳转主机)
- 主机 C(连接跳转主机)
之前的行为(v1.50.65 之前):
- 连接到 主机 A
- 连接到 主机 B(通过主机 A)
- 连接到 主机 C(通过主机 B 和 主机 A)
新的行为(从 v1.50.65 开始):
- 连接到 主机 B
- 连接到 主机 C(通过主机 B)
- 连接到 主机 A(通过主机 C 和 主机 B)