Deleted Added
full compact
rlogin.1 (92473) rlogin.1 (95124)
1.\" Copyright (c) 1983, 1990, 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.

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

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.\" @(#)rlogin.1 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1983, 1990, 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.

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

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.\" @(#)rlogin.1 8.1 (Berkeley) 6/6/93
33.\" $FreeBSD: head/usr.bin/rlogin/rlogin.1 92473 2002-03-17 05:24:56Z keramida $
33.\" $FreeBSD: head/usr.bin/rlogin/rlogin.1 95124 2002-04-20 12:18:28Z charnier $
34.\"
35.Dd June 6, 1993
36.Dt RLOGIN 1
37.Os
38.Sh NAME
39.Nm rlogin
40.Nd remote login
41.Sh SYNOPSIS
42.Ar rlogin
43.Op Fl 468DEKLdx
44.Op Fl e Ar char
45.Op Fl i Ar localname
46.Op Fl k Ar realm
47.Op Fl l Ar username
48.Ar host
49.Sh DESCRIPTION
34.\"
35.Dd June 6, 1993
36.Dt RLOGIN 1
37.Os
38.Sh NAME
39.Nm rlogin
40.Nd remote login
41.Sh SYNOPSIS
42.Ar rlogin
43.Op Fl 468DEKLdx
44.Op Fl e Ar char
45.Op Fl i Ar localname
46.Op Fl k Ar realm
47.Op Fl l Ar username
48.Ar host
49.Sh DESCRIPTION
50.Nm Rlogin
51starts a terminal session on a remote host
50The
51.Nm
52utility starts a terminal session on a remote host
52.Ar host .
53.Pp
53.Ar host .
54.Pp
54.Nm Rlogin
55The
56.Nm
57utility
55first attempts to use the Kerberos authorization mechanism, described below.
56If the remote host does not support Kerberos the standard Berkeley
57.Pa rhosts
58authorization mechanism is used.
59The options are as follows:
60.Bl -tag -width flag
61.It Fl 4
62Use IPv4 addresses only.

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

226.Sh HISTORY
227The
228.Nm
229command appeared in
230.Bx 4.2 .
231.Pp
232IPv6 support was added by WIDE/KAME project.
233.Sh BUGS
58first attempts to use the Kerberos authorization mechanism, described below.
59If the remote host does not support Kerberos the standard Berkeley
60.Pa rhosts
61authorization mechanism is used.
62The options are as follows:
63.Bl -tag -width flag
64.It Fl 4
65Use IPv4 addresses only.

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

229.Sh HISTORY
230The
231.Nm
232command appeared in
233.Bx 4.2 .
234.Pp
235IPv6 support was added by WIDE/KAME project.
236.Sh BUGS
234.Nm Rlogin
235will be replaced by
237The
238.Nm
239utility will be replaced by
236.Xr telnet 1
237in the near future.
238.Pp
239More of the environment should be propagated.
240.Xr telnet 1
241in the near future.
242.Pp
243More of the environment should be propagated.