My desktop machine is a Windows 7 PC. I need to access some file shares on the remote Windows server JASON
using a set of Windows credentials. However, the server JASON
is behind a firewall, so to access it I normally have to connect to a special VPN.
However, I do not want to use the VPN as the VPN messes up my other network access. What I would rather do is connect through a third server BASTION
that is behind the same firewall as JASON
. I have an account on BASTION
that I can use SSH to access.
Firewall
.-------------------.
WINDOWS 7 --> port 22 -. | BASTION --> JASON |
| | ^ |
'-----' |
| |
'-------------------'
How can I map the remote share on JASON
to my Windows 7 machine using BASTION
as a proxy. I am thinking I can use the putty client, but I do not know the next steps.