Add SSH port forwards to settings (#24474)

Closes #6920

Release Notes:

- Added ability to specify port forwarding settings for remote
connections
This commit is contained in:
Richard Weber 2025-02-14 23:52:24 +02:00 committed by GitHub
parent 58b0a6c4af
commit 5f6311171f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 158 additions and 6 deletions

1
Cargo.lock generated
View file

@ -10886,6 +10886,7 @@ dependencies = [
"prost 0.9.0",
"release_channel",
"rpc",
"schemars",
"serde",
"serde_json",
"shlex",