~ubuntu-branches/ubuntu/precise/dropbear/precise

« back to all changes in this revision

Viewing changes to dbclient.1

  • Committer: Bazaar Package Importer
  • Author(s): Gerrit Pape
  • Date: 2007-03-02 20:48:18 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070302204818-ozmbou2sbyj7dus5
Tags: 0.49-1
* new upstream release, fixes
  * CVE-2007-1099: dropbear dbclient insufficient warning on hostkey
    mismatch (closes: #412899).
  * dbclient uses static "Password:" prompt instead of using the server's
    prompt (closes: #394996).
* debian/control: Suggests: openssh-client, not ssh (closes: #405686);
  Standards-Version: 3.7.2.2.
* debian/README.Debian: ssh -> openssh-server, openssh-client; remove
  'Replacing OpenSSH "sshd" with Dropbear' part, this is simply done by not
  installing the openssh-server package.
* debian/README.runit: runsvstat -> sv status.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
.I idfile
30
30
(multiple allowed).
31
31
.TP
32
 
.B \-L \fIlocalport\fR:\fIremotehost\fR:\fIremoteport\fR
 
32
.B \-L \fIlistenport\fR:\fIhost\fR:\fIport\fR
33
33
Local port forwarding.
34
34
Forward the port
35
 
.I localport
36
 
on the local host to port
37
 
.I remoteport
38
 
on the remote host
39
 
.IR remotehost .
 
35
.I listenport
 
36
on the local host through the SSH connection to port
 
37
.I port
 
38
on the host
 
39
.IR host .
40
40
.TP
41
 
.B \-R \fIlocalport\fR:\fIremotehost\fR:\fIremoteport\fR
 
41
.B \-R \fIlistenport\fR:\fIhost\fR:\fIport\fR
42
42
Remote port forwarding.
43
43
Forward the port
44
 
.I remoteport
45
 
on the remote host
46
 
.I remotehost
47
 
to port
48
 
.I localport
49
 
on the local host.
 
44
.I listenport
 
45
on the remote host through the SSH connection to port
 
46
.I port
 
47
on the host
 
48
.IR host .
50
49
.TP
51
50
.B \-l \fIuser
52
51
Username.
60
59
.B \-T
61
60
Don't allocate a pty.
62
61
.TP
 
62
.B \-N
 
63
Don't request a remote shell or run any commands. Any command arguments are ignored.
 
64
.TP
 
65
.B \-f
 
66
Fork into the background after authentication. A command argument (or -N) is required.
 
67
This is useful when using password authentication.
 
68
.TP
63
69
.B \-g
64
70
Allow non-local hosts to connect to forwarded ports. Applies to -L and -R
65
71
forwarded ports, though remote connections to -R forwarded ports may be limited
66
72
by the ssh server.
 
73
.TP
 
74
.B \-y
 
75
Always accept hostkeys if they are unknown. If a hostkey mismatch occurs the
 
76
connection will abort as normal.
67
77
.SH AUTHOR
68
78
Matt Johnston (matt@ucc.asn.au).
69
79
.br