Support SSH usernames which contain @ symbols (#25314)

Closes #25246

Release Notes:

- SSH: Improved handling of multiple `@` in connection strings: e.g.
`ssh jim.lv@es2@10.220.67.57@11.239.1.231` improving support of jump
hosts running JumpServer.

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
This commit is contained in:
Color Fuzzy 2025-03-17 13:10:21 +08:00 committed by GitHub
parent 8f560daec2
commit a0f995d2ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 4 deletions

View file

@ -565,6 +565,7 @@ unindent = "0.2.0"
unicode-segmentation = "1.10"
unicode-script = "0.5.7"
url = "2.2"
urlencoding = "2.1.2"
uuid = { version = "1.1.2", features = ["v4", "v5", "v7", "serde"] }
wasmparser = "0.221"
wasm-encoder = "0.221"