You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the host to none disables this option entirely.
However pyinfra will attempt to proxy-jump through the literal hostname "none" and fail on the name resolution step.
The underlying paramiko SSHConfig library has custom handling for ProxyCommand none but not ProxyJump none. It might make sense for pyinfra to handle it itself because it already has a whole bunch of customization on top of paramiko.