Deleted Added
full compact
hosts.equiv.5 (14027) hosts.equiv.5 (18715)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 15 unchanged lines hidden (view full) ---

24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 15 unchanged lines hidden (view full) ---

24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" $Id$
33.\"
32.Dd Feb 1996
33.Dt HOSTS.EQUIV 5
34.Os FreeBSD
35.Sh NAME
36.Nm hosts.equiv ,
37.Nm .rhosts
38.Nd trusted remote host name and user data base
39.Sh DESCRIPTION

--- 35 unchanged lines hidden (view full) ---

75Host names may contain any printable
76character other than a field delimiter, newline,
77or comment character.
78.Pp
79For security reasons, a users
80.Nm .rhosts
81file will be ignored if it is not a regular file, or if it
82is not owned by the user, or
34.Dd Feb 1996
35.Dt HOSTS.EQUIV 5
36.Os FreeBSD
37.Sh NAME
38.Nm hosts.equiv ,
39.Nm .rhosts
40.Nd trusted remote host name and user data base
41.Sh DESCRIPTION

--- 35 unchanged lines hidden (view full) ---

77Host names may contain any printable
78character other than a field delimiter, newline,
79or comment character.
80.Pp
81For security reasons, a users
82.Nm .rhosts
83file will be ignored if it is not a regular file, or if it
84is not owned by the user, or
83if is is writable by anyone other than the user.
85if it is writable by anyone other than the user.
84.Sh EXAMPLES
85.Pp
86.Dl bar.com foo
87.Pp
88Trust user ``foo'' from host ``bar.com''.
89.Pp
90.Dl +@allclient
91.Pp

--- 33 unchanged lines hidden ---
86.Sh EXAMPLES
87.Pp
88.Dl bar.com foo
89.Pp
90Trust user ``foo'' from host ``bar.com''.
91.Pp
92.Dl +@allclient
93.Pp

--- 33 unchanged lines hidden ---