mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
- dtucker@cvs.openbsd.org 2008/06/10 18:21:24
[ssh_config.5] clarify that Host patterns are space-separated. ok deraadt
This commit is contained in:
parent
34f49c60fd
commit
c9807e825a
@ -38,6 +38,9 @@
|
|||||||
- dtucker@cvs.openbsd.org 2008/06/10 15:28:49
|
- dtucker@cvs.openbsd.org 2008/06/10 15:28:49
|
||||||
[test-exec.sh]
|
[test-exec.sh]
|
||||||
Add quotes
|
Add quotes
|
||||||
|
- dtucker@cvs.openbsd.org 2008/06/10 18:21:24
|
||||||
|
[ssh_config.5]
|
||||||
|
clarify that Host patterns are space-separated. ok deraadt
|
||||||
- (dtucker) [openbsd-compat/fake-rfc2553.h] Add sin6_scope_id to sockaddr_in6
|
- (dtucker) [openbsd-compat/fake-rfc2553.h] Add sin6_scope_id to sockaddr_in6
|
||||||
since the new CIDR code in addmatch.c references it.
|
since the new CIDR code in addmatch.c references it.
|
||||||
- (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6
|
- (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6
|
||||||
@ -4130,4 +4133,4 @@
|
|||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4960 2008/06/10 19:15:51 dtucker Exp $
|
$Id: ChangeLog,v 1.4961 2008/06/10 23:33:01 dtucker Exp $
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
.\" (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.105 2007/10/29 07:48:19 jmc Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.106 2008/06/10 18:21:24 dtucker Exp $
|
||||||
.Dd $Mdocdate: December 2 2007 $
|
.Dd $Mdocdate: June 10 2008 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -103,6 +103,7 @@ Restricts the following declarations (up to the next
|
|||||||
.Cm Host
|
.Cm Host
|
||||||
keyword) to be only for those hosts that match one of the patterns
|
keyword) to be only for those hosts that match one of the patterns
|
||||||
given after the keyword.
|
given after the keyword.
|
||||||
|
If more than one pattern is provided, they should be separated by whitepsace.
|
||||||
A single
|
A single
|
||||||
.Ql *
|
.Ql *
|
||||||
as a pattern can be used to provide global
|
as a pattern can be used to provide global
|
||||||
|
Loading…
x
Reference in New Issue
Block a user