ClusterSSH Setup with Teleport #5591
stevenGravy
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A question we sometimes get is around using ClusterSSH, a tool that allows for opening and issuing commands to multiple ssh sessions at once. Using with Teleport is essentially just configuring to enable usage with the openssh
ssh
client. Here I will give an example to configure for nodes. The nodes hostnames follow the*.teleport.example.com
pattern.Prerequisites:
cssh
already installedStep 1. Configure ~/.ssh/config
Step 2. Confirm access via ssh client to a server
Step 3. Configure ClusterSSH
Configure the relevant servers within the
.clusterss/config
file.Ex:
.clusterssh/config
Step 4 Connect
Running this command would open 4 terminal sessions at once connected via Teleport.
cssh myservers
Beta Was this translation helpful? Give feedback.
All reactions