adding new bug about cssh.
[monkeysphere.git] / website / bugs / monkeysphere-interferes-with-cssh.mdwn
1 [[meta title="Monkeysphere interferes with clusterssh"]]
2
3 clusterssh is a package that allows you to control multiple ssh xterm
4 sessions at the same time.
5
6 When the monkeysphere-ssh-proxycommand is enabled and I launch 5 or more
7 cssh sessions, intermittently one or two out of every five will fail
8 with: Connection timed out during banner exchange.
9
10 I tried to debug by running:
11
12     MONKEYSPHERE_LOG_LEVEL=debug cssh -D -d <server1> <server2> etc.
13
14 However, while it produced some private data, it didn't give me any
15 insight into what was going wrong. Also, it didn't output any
16 Monkeysphere debugging info.
17
18 I had no luck with google and the error message being output.
19
20 This isn't a huge priority (it's not hard to disable the
21 monkeysphere-ssh-proxycommand before running cssh), however, it would be
22 nice to figure out why it's not working.