# Tutorial for setting up an SSH Jump Server

DevFeed: [Tutorial for setting up an SSH Jump Server](<https://devfeed.tech/articles/tutorial-for-setting-up-an-ssh-jump-server-29871.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/ssh-jump-server/>)

Author: ev@goteleport.com (Ev Kontsevoy)

Published: 2021-03-30T00:00:00Z

Content type: tutorial

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [ssh](<https://devfeed.tech/topics/ssh.md>), [OpenSSH](<https://devfeed.tech/topics/openssh.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Security](<https://devfeed.tech/topics/security.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Network](<https://devfeed.tech/topics/network.md>), [servers](<https://devfeed.tech/topics/servers.md>)

Tags: [how-to](<https://devfeed.tech/tags/how-to.md>), [linux](<https://devfeed.tech/tags/linux.md>), [network](<https://devfeed.tech/tags/network.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openssh](<https://devfeed.tech/tags/openssh.md>), [security](<https://devfeed.tech/tags/security.md>), [servers](<https://devfeed.tech/tags/servers.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

This tutorial explains how to set up an SSH jump server using OpenSSH and Teleport. It describes jump servers as Internet-accessible Linux gateways for reaching private machines over SSH and discusses security practices such as dedicated access points and aggregated audit logging.

## Source excerpt

In this blog post we explain how to set up an SSH jump server using two open source projects.