X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=INSTALL;h=c9db17412f68bd1a105a03e1b2940899146705f7;hb=HEAD;hp=6ab3b92137d514df916fe299d7a4462b1f26d7e7;hpb=71d65e4c65572e2ef14c58e9c3a2aa32952b2b41;p=secnet.git diff --git a/INSTALL b/INSTALL index 6ab3b92..30cae5f 100644 --- a/INSTALL +++ b/INSTALL @@ -29,8 +29,7 @@ http://vtun.sourceforge.net/tun/ You will probably be using the supplied `make-secnet-sites' program to generate your VPN's list of sites as a secnet configuration from a -more-human-writeable form. If so you need to install the standard -`ipaddr' Python module (python-ipaddr on Debian-derived systems). +more-human-writeable form. ** System and network configuration @@ -114,6 +113,9 @@ If installing for the first time, do # cd /etc/secnet # ssh-keygen -f key -t rsa1 -N "" +(You may need ssh-keygen1, instead, which might be found in +openssh-client-ssh1.) + [On BSD use $ LDFLAGS="-L/usr/local/lib" ./configure $ gmake CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" @@ -184,3 +186,10 @@ site sinister networks 192.168.73.0/24 192.168.1.0/24 172.19.71.0/24 address sinister.dynamic.greenend.org.uk 51396 pubkey 1024 35 142982503......[lots more].....0611 steve@sinister + + +-- +This file is part of secnet. +See LICENCE and CREDITS for full list of copyright holders. +SPDX-License-Identifier: GPL-3.0-or-later +There is NO WARRANTY.