/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Teddy Hogeborn
  • Date: 2014-06-22 02:19:30 UTC
  • Revision ID: teddy@recompile.se-20140622021930-icl7h4cm97blhjml
mandos-keygen: Generate "checker" option to use SSH fingerprints.

To turn this off, use a new "--no-ssh" option to mandos-keygen.

* INSTALL (Mandos Server, Mandos Client): Document new suggested
                                          installation of SSH.
* Makefile (confdir/clients.conf): Use new "--no-ssh" option to
                                   "mandos-keygen".
* debian/control (mandos/Depends): Changed to "fping | ssh-client".
  (mandos-client/Recommends): New; set to "ssh".
* intro.xml (FREQUENTLY ASKED QUESTIONS): Rename and rewrite section
                                          called "Faking ping
                                          replies?" to address new
                                          default behavior.
* mandos-clients.conf.xml (OPTIONS/checker): Briefly discuss new
                                             behavior of
                                             mandos-keygen.
* mandos-keygen: Bug fix: Suppress failure output of "shred" to remove
                 "sec*", since no such files may exist.
 (password mode): Scan for SSH key fingerprints and output as new
                  "checker" and "ssh_fingerprint" options, unless new
                  "--no-ssh" option is given.
* mandos-keygen.xml (SYNOPSIS/--force): Bug fix: Document short form.
  (OPTIONS/--no-ssh): New.
  (SEE ALSO): Add reference "ssh-keyscan(1)".
* plugins.d/mandos-client.xml (SECURITY): Briefly mention the
                                          possibility of using SSH key
                                          fingerprints for checking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    
48
48
    Strongly recommended:
49
49
    + fping 2.4b2-to-ipv6 http://www.fping.com/
 
50
    + ssh-keyscan from OpenSSH http://www.openssh.com/
50
51
    
51
52
    Package names:
52
53
    python-gnutls avahi-daemon python python-avahi python-dbus
53
 
    python-gobject python-urwid
 
54
    python-gobject python-urwid ssh-client
54
55
    
55
56
*** Mandos Client
56
57
    + initramfs-tools 0.85i
60
61
    + GnuPG 1.4.9         http://www.gnupg.org/
61
62
    + GPGME 1.1.6         http://www.gnupg.org/related_software/gpgme/
62
63
    
 
64
    Strongly recommended:
 
65
    + OpenSSH             http://www.openssh.com/
 
66
    
63
67
    Package names:
64
68
    initramfs-tools libgnutls-dev libavahi-core-dev gnupg
65
 
    libgpgme11-dev
 
69
    libgpgme11-dev ssh
66
70
 
67
71
* Installing the Mandos server
68
72
  
132
136
  
133
137
  You may want to tighten or loosen the timeouts in the server
134
138
  configuration files; see mandos.conf(5) and mandos-clients.conf(5).
135
 
  If IPsec is not used, it is suggested that a more cryptographically
136
 
  secure checker program is used and configured, since without IPsec
137
 
  ping packets can be faked.
 
139
  If IPsec is not used and SSH is not installed, it is suggested that
 
140
  a more cryptographically secure checker program is used and
 
141
  configured, since, without IPsec, ping packets can be faked.