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
Uh oh!
There was an error while loading. Please reload this page.
-
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
sshclient. Here I will give an example to configure for nodes. The nodes hostnames follow the*.teleport.example.compattern.Prerequisites:
csshalready 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/configfile.Ex:
.clusterssh/configStep 4 Connect
Running this command would open 4 terminal sessions at once connected via Teleport.
cssh myserversBeta Was this translation helpful? Give feedback.
All reactions