blob: cea3581df57f4f4fc3457486cf9f673ed84d62d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
.. _manhole:
The manhole HowTo
-------------------------------------------------
Troubles with Bitmask Daemon? Don't panic! Just SSH into it
If you want to inspect the objects living in your application memory, in
realtime, you can ssh into it.
For that, you must add the following section to your ``bitmaskd.cfg``
configuration file::
[manhole]
user = bitmask
passwd = <yoursecret>
port = 22900
And then you can ssh into your application::
ssh bitmask@localhost -p 22900
Did I mention how *awesome* twisted is?? ``:)``
|