A jump server is a controlled access point that allows remote users to connect to internal network resources without exposing the broader network to outside traffic. It supports connections via SSH for command-line access or RDP and VNC protocols for full desktop sessions.
Jump Server
Another way we can gain access into a network is through a jump server. One thing to note is that a jump server could go by many different names, to include jump box or jump host. What this essentially is is that we have a machine on the inside, and we can't access really much of anything within the network through the firewall except for this machine; by remoting into this machine we now have access to other resources on the network.
This is great because a lot of your sensitive information never leaves this network right here. Essentially what happens is you just get a bunch of data describing the desktop right here. So if you were to download anything from maybe the server, maybe some sort of resources, onto this machine, it would still stay on the network. It would never get downloaded to this laptop over here. So it's a great way to m some sense of security with here, and you're not opening up the rest of your network to the outside. You're just opening it up to this one machine.
There are several different ways we can make a connection into this machine. One way is to use secure shell. This is great for Linux or other machines that don't have a front end, that you just want to SSH into and then use command line for that. But if you want a full desktop experience, then we're going to need some sort of protocol like remote desktop protocol, or virtual network connection, VNC or RDP. These are two different protocols that can be used to connect in, and there's different softwares that can help set up these two protocols for that connection.
TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.
Explore free tools and programs →