|
Revision 102, 481 bytes
(checked in by mbr, 4 years ago)
|
documentation updates
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
The installation of fwknop is handled by the perl script "install.pl" that |
|---|
| 3 |
is bundled with the fwknop sources. Just run: |
|---|
| 4 |
|
|---|
| 5 |
# ./install.pl |
|---|
| 6 |
|
|---|
| 7 |
(as root). This will result in a functioning fwknop installation on your |
|---|
| 8 |
Linux system. If you run the installer as a non-root user, fwknop will be |
|---|
| 9 |
installed in your home directory (specifically in ~/bin and a few perl |
|---|
| 10 |
modules in ~/lib). In this case fwknop can only be used as a knock |
|---|
| 11 |
client against a knock server on a different system. |
|---|