diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -18,6 +18,9 @@ | |||
18 | - djm@cvs.openbsd.org 2004/05/22 06:32:12 | 18 | - djm@cvs.openbsd.org 2004/05/22 06:32:12 |
19 | [clientloop.c ssh.1] | 19 | [clientloop.c ssh.1] |
20 | use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@ | 20 | use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@ |
21 | - jmc@cvs.openbsd.org 2004/05/22 16:01:05 | ||
22 | [ssh.1] | ||
23 | kill whitespace at eol; | ||
21 | 24 | ||
22 | 20040523 | 25 | 20040523 |
23 | - (djm) [sshd_config] Explain consequences of UsePAM=yes a little better in | 26 | - (djm) [sshd_config] Explain consequences of UsePAM=yes a little better in |
@@ -1147,4 +1150,4 @@ | |||
1147 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1150 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1148 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1151 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1149 | 1152 | ||
1150 | $Id: ChangeLog,v 1.3363 2004/05/24 00:34:36 dtucker Exp $ | 1153 | $Id: ChangeLog,v 1.3364 2004/05/24 00:35:14 dtucker Exp $ |
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.187 2004/05/22 06:32:12 djm Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.188 2004/05/22 16:01:05 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -308,7 +308,7 @@ Currently this allows the addition of port forwardings using the | |||
308 | and | 308 | and |
309 | .Fl R | 309 | .Fl R |
310 | options (see below). | 310 | options (see below). |
311 | It also allows the cancellation of existing remote port-forwardings | 311 | It also allows the cancellation of existing remote port-forwardings |
312 | using | 312 | using |
313 | .Fl KR Ar hostport . | 313 | .Fl KR Ar hostport . |
314 | Basic help is available, using the | 314 | Basic help is available, using the |