# jump host

Published articles for jump host.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## SSH ProxyJump and ProxyCommand: How to Use Jump Hosts (2026) | Teleport

DevFeed: [SSH ProxyJump and ProxyCommand: How to Use Jump Hosts (2026) | Teleport](<https://devfeed.tech/articles/ssh-proxyjump-and-proxycommand-how-to-use-jump-hosts-2026-teleport-29875.md>)

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

Author: info@goteleport.com (Zephyr Iglesias)

Published: 2022-03-01T00: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>), [gateway](<https://devfeed.tech/topics/gateway.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [bastion](<https://devfeed.tech/tags/bastion.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [config](<https://devfeed.tech/tags/config.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [jump-host](<https://devfeed.tech/tags/jump-host.md>), [openssh](<https://devfeed.tech/tags/openssh.md>), [proxycommand](<https://devfeed.tech/tags/proxycommand.md>), [ssh](<https://devfeed.tech/tags/ssh.md>)

### AI overview

A tutorial on using SSH ProxyJump and the older ProxyCommand approach to reach private hosts through one or more jump hosts. It covers command-line usage, SSH configuration, multi-hop connections, and the limitations of managing bastions at scale.

### Source excerpt

Use SSH ProxyJump and ProxyCommand to reach private hosts through a jump host. Copy-paste config for single and multi-hop jumps, plus what replaces bastions at scale.

## Use bastion host with Ansible

DevFeed: [Use bastion host with Ansible](<https://devfeed.tech/articles/use-bastion-host-with-ansible-27656.md>)

Original publisher: [Read original article](<https://gagor.pro/2016/04/use-bastion-host-with-ansible/>)

Author: Tom

Published: 2016-04-22T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Ansible](<https://devfeed.tech/topics/ansible.md>), [ssh](<https://devfeed.tech/topics/ssh.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [ansible](<https://devfeed.tech/tags/ansible.md>), [ansible-configuration](<https://devfeed.tech/tags/ansible-configuration.md>), [bash](<https://devfeed.tech/tags/bash.md>), [bastion](<https://devfeed.tech/tags/bastion.md>), [bastion-host](<https://devfeed.tech/tags/bastion-host.md>), [cloud-security](<https://devfeed.tech/tags/cloud-security.md>), [config](<https://devfeed.tech/tags/config.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [devops](<https://devfeed.tech/tags/devops.md>), [files](<https://devfeed.tech/tags/files.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [jump-host](<https://devfeed.tech/tags/jump-host.md>), [proxycommand](<https://devfeed.tech/tags/proxycommand.md>), [security](<https://devfeed.tech/tags/security.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [ssh-proxy](<https://devfeed.tech/tags/ssh-proxy.md>)

### AI overview

A tutorial on configuring Ansible and SSH to connect to hosts behind a secured bastion or jump host. It explains how to customize ssh_config and ansible.cfg, forward SSH keys and traffic, and use connection multiplexing.

### Source excerpt

Learn how to configure Ansible to connect to hosts behind a bastion or jump host by customizing your ssh_config and ansible.cfg files.