Revision a40b1fc4

b/INSTALL
34 34
  <http://starship.python.net/crew/theller/ctypes/>`_, if running on
35 35
  python 2.4 (optional, used for node daemon memory locking)
36 36
- `socat <http://www.dest-unreach.org/socat/>`_
37
- `Paramiko <http://www.lag.net/paramiko/>`_, if you want automated SSH
38
  setup; optional otherwise but manual setup of the nodes required
37 39

  
38 40
These programs are supplied as part of most Linux distributions, so
39 41
usually they can be installed via the standard package manager. Also
b/configure.ac
317 317
AC_PYTHON_MODULE(pyinotify, t)
318 318
AC_PYTHON_MODULE(pycurl, t)
319 319

  
320
# This is optional but then we've limited functionality
321
AC_PYTHON_MODULE(paramiko)
322
if test "$HAVE_PYMOD_PARAMIKO" = "no"; then
323
  AC_MSG_WARN([You do not have paramiko installed. While this is optional you
324
               have to setup SSH and noded on the joining nodes yourself.])
325
fi
326

  
320 327
AC_CONFIG_FILES([ Makefile ])
321 328

  
322 329
AC_OUTPUT

Also available in: Unified diff