I want to connect from local windows machine to windows target server using linux jump host. Connection works from local windows machine to linux target host using ProxyJump such as:
Host JumpNode
Hostname x.x.x.x
Port 22
User localuser
Host Target
Hostname x.x.x.x
Port 22
User localuser2
ProxyJump JumpNode
trying "ssh Target" takes me to Target server which in above case is Linux machine but my requirement is to connect to Windows using JumpNode which is Linux