-
Notifications
You must be signed in to change notification settings - Fork 804
Closed
Milestone
Description
"OpenSSH for Windows" version
7.6.0.1
Client OperatingSystem
Windows 10 Pro
What is failing
If I use ProxyJump within SSH URI Usage within my config, I'll get:
Bad stdio forwarding specification ''[192.168.0.1]:22''
Seems like it is doubled escaped.
Host jump_host
HostName 10.0.0.1
User root
Host destination_host
ProxyJump jump_host
HostName 192.168.0.1
User root
Reactions are currently unavailable