diff options
author | Jakub Sławiński | 2005-07-03 23:15:19 +0200 |
---|---|---|
committer | Joshua Judson Rosen | 2014-07-17 21:14:59 +0200 |
commit | f2e4a5f9b0919dc16ea83a8826e8d52b02178b38 (patch) | |
tree | d226d27a9b81d67fc4493b7b1856c0b040267d77 /doc | |
parent | v0.7 (diff) | |
download | apf-f2e4a5f9b0919dc16ea83a8826e8d52b02178b38.tar.gz |
v0.7.1
- Added: afserver certificate storing and checking
- Modified: generating keys and certificate
- Fixed: creating apf directory
- Fixed: some bugs in proxy tunnel initialization
Diffstat (limited to 'doc')
-rw-r--r-- | doc/afclient.1 | 8 | ||||
-rw-r--r-- | doc/afserver.1 | 2 | ||||
-rw-r--r-- | doc/afserver.conf.5 | 2 | ||||
-rw-r--r-- | doc/en/README | 5 |
4 files changed, 13 insertions, 4 deletions
diff --git a/doc/afclient.1 b/doc/afclient.1 index 7fd5a1c..c2d1bc3 100644 --- a/doc/afclient.1 +++ b/doc/afclient.1 @@ -1,4 +1,4 @@ -.TH afclient 1 "apf 0.7" Jeremian +.TH afclient 1 "apf 0.7.1" Jeremian .SH NAME afclient \- active port forwarder client .SH SYNOPSIS @@ -55,10 +55,16 @@ is running (required) .B --pass PASSWORD set the password used for client identification (default: no password) +.B --ignorepkeys + ignore invalid server's public keys + .I Configuration .B -k, --keyfile FILE the name of the file with RSA key (default: client.rsa) + +.B -s, --storefile + the name of the file with stored public keys (default: known_hosts) .B -D, --dateformat FORMAT format of the date printed in logs (see 'man strftime' for details) (default: %d.%m.%Y %H:%M:%S) diff --git a/doc/afserver.1 b/doc/afserver.1 index cf17b49..042789e 100644 --- a/doc/afserver.1 +++ b/doc/afserver.1 @@ -1,4 +1,4 @@ -.TH afserver 1 "apf 0.7" Jeremian +.TH afserver 1 "apf 0.7.1" Jeremian .SH NAME afserver \- active port forwarder server .SH SYNOPSIS diff --git a/doc/afserver.conf.5 b/doc/afserver.conf.5 index 18d1b2a..0337469 100644 --- a/doc/afserver.conf.5 +++ b/doc/afserver.conf.5 @@ -1,4 +1,4 @@ -.TH afserver.conf 5 "apf 0.7" Jeremian +.TH afserver.conf 5 "apf 0.7.1" Jeremian .SH NAME afserver.conf \- Configuration File for afserver .SH INTRODUCTION diff --git a/doc/en/README b/doc/en/README index d676098..5dca91c 100644 --- a/doc/en/README +++ b/doc/en/README @@ -1,4 +1,4 @@ -AF - Active Port Forwarder 0.7 - README +AF - Active Port Forwarder 0.7.1 - README Copyright (C) 2003,2004,2005 jeremian - <jeremian [at] poczta.fm> ================================================================= @@ -192,10 +192,13 @@ Multiple clients allow to create more sophisticated tunneling scheme. -i, --id - sends the id string to afserver --pass - set the password used for client identification (default: no password) + --ignorepkeys - ignore invalid server's public keys Configuration: -k, --keyfile - the name of the file with RSA key (default: client.rsa) + -s, --storefile - the name of the file with stored public keys + (default: known_hosts) -D, --dateformat - format of the date printed in logs (see 'man strftime' for details) (default: %d.%m.%Y %H:%M:%S) -K, --keep-alive N - send keepalive packets every N seconds |