# cluster ssh in iterm2 with i2cssh

I'm a fan of cluster ssh. It allows you to control multiple ssh session with one keyboard. I tried [csshx](https://github.com/brockgr/csshx) which uses the default osx terminal, but I love iterm2.

But today I found [i2cssh](https://github.com/wouterdebie/i2cssh) which does that for iterm2

One of the feature is broadcast where you can send command to multiple window. It's basically the same with csshx but their approach is to create another extra window that receive an input and send it to all other windows. I like i2cssh approach better with shortcut.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://til.yulrizka.com/osx/cluster-ssh-in-iterm2-with-i2cssh.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
