mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
- jmc@cvs.openbsd.org 2005/03/07 23:41:54
[ssh.1 ssh_config.5] more macro simplification;
This commit is contained in:
parent
50c7db92d6
commit
b096ac4674
@ -1,6 +1,10 @@
|
|||||||
20050309
|
20050309
|
||||||
- (dtucker) [regress/test-exec.sh] Set BIN_SH=xpg4 on OSF1/Digital Unix/Tru64
|
- (dtucker) [regress/test-exec.sh] Set BIN_SH=xpg4 on OSF1/Digital Unix/Tru64
|
||||||
so that regress tests behave. From Chris Adams.
|
so that regress tests behave. From Chris Adams.
|
||||||
|
- (djm) OpenBSD CVS Sync
|
||||||
|
- jmc@cvs.openbsd.org 2005/03/07 23:41:54
|
||||||
|
[ssh.1 ssh_config.5]
|
||||||
|
more macro simplification;
|
||||||
|
|
||||||
20050307
|
20050307
|
||||||
- (dtucker) [configure.ac] Disable gettext search when configuring with
|
- (dtucker) [configure.ac] Disable gettext search when configuring with
|
||||||
@ -2310,4 +2314,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3703 2005/03/08 23:02:55 dtucker Exp $
|
$Id: ChangeLog,v 1.3704 2005/03/09 00:00:05 djm Exp $
|
||||||
|
6
ssh.1
6
ssh.1
@ -34,7 +34,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh.1,v 1.204 2005/03/02 11:45:01 jmc Exp $
|
.\" $OpenBSD: ssh.1,v 1.205 2005/03/07 23:41:54 jmc Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
@ -585,7 +585,7 @@ Port forwardings can also be specified in the configuration file.
|
|||||||
IPv6 addresses can be specified with an alternative syntax:
|
IPv6 addresses can be specified with an alternative syntax:
|
||||||
.Sm off
|
.Sm off
|
||||||
.Xo
|
.Xo
|
||||||
.Oo Ar bind_address No / Oc
|
.Op Ar bind_address No /
|
||||||
.Ar port No / Ar host No /
|
.Ar port No / Ar host No /
|
||||||
.Ar hostport
|
.Ar hostport
|
||||||
.Xc
|
.Xc
|
||||||
@ -761,7 +761,7 @@ IPv6 addresses can be specified by enclosing the address in square braces or
|
|||||||
using an alternative syntax:
|
using an alternative syntax:
|
||||||
.Sm off
|
.Sm off
|
||||||
.Xo
|
.Xo
|
||||||
.Oo Ar bind_address No / Oc
|
.Op Ar bind_address No /
|
||||||
.Ar host No / Ar port No /
|
.Ar host No / Ar port No /
|
||||||
.Ar hostport
|
.Ar hostport
|
||||||
.Xc .
|
.Xc .
|
||||||
|
14
ssh_config.5
14
ssh_config.5
@ -34,7 +34,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh_config.5,v 1.46 2005/03/01 14:55:23 jmc Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.47 2005/03/07 23:41:54 jmc Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
@ -504,12 +504,12 @@ The first argument must be a port number, and the second must be
|
|||||||
.Xc .
|
.Xc .
|
||||||
IPv6 addresses can be specified by enclosing addresses in square brackets or
|
IPv6 addresses can be specified by enclosing addresses in square brackets or
|
||||||
by using an alternative syntax:
|
by using an alternative syntax:
|
||||||
.Xo
|
|
||||||
.Sm off
|
.Sm off
|
||||||
.Oo Ar bind_address No / Oc
|
.Xo
|
||||||
|
.Op Ar bind_address No /
|
||||||
.Ar host No / Ar port
|
.Ar host No / Ar port
|
||||||
.Sm on
|
|
||||||
.Xc .
|
.Xc .
|
||||||
|
.Sm on
|
||||||
Multiple forwardings may be specified, and additional forwardings can be
|
Multiple forwardings may be specified, and additional forwardings can be
|
||||||
given on the command line.
|
given on the command line.
|
||||||
Only the superuser can forward privileged ports.
|
Only the superuser can forward privileged ports.
|
||||||
@ -641,12 +641,12 @@ The first argument must be a port number, and the second must be
|
|||||||
.Xc .
|
.Xc .
|
||||||
IPv6 addresses can be specified by enclosing any addresses in square brackets
|
IPv6 addresses can be specified by enclosing any addresses in square brackets
|
||||||
or by using the alternative syntax:
|
or by using the alternative syntax:
|
||||||
.Xo
|
|
||||||
.Sm off
|
.Sm off
|
||||||
.Oo Ar bind_address No / Oc
|
.Xo
|
||||||
|
.Op Ar bind_address No /
|
||||||
.Ar host No / Ar port
|
.Ar host No / Ar port
|
||||||
.Sm on
|
|
||||||
.Xc .
|
.Xc .
|
||||||
|
.Sm on
|
||||||
Multiple forwardings may be specified, and additional
|
Multiple forwardings may be specified, and additional
|
||||||
forwardings can be given on the command line.
|
forwardings can be given on the command line.
|
||||||
Only the superuser can forward privileged ports.
|
Only the superuser can forward privileged ports.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user