Add.
[shishi.git] / extra / rsh-redone / rlogin.1
blob71a4617f48f4136706c6c7856852080e53101c49
1 .Dd Sun, 13 Apr 2003 00:24:32 +0200
2 .Dt RLOGIN 1
3 .Sh NAME
4 .Nm rlogin
5 .Nd remote login
6 .Sh SYNOPSIS
7 .Nm
8 .Op Fl 46
9 .Op Fl l Ar user
10 .Op Fl p Ar port
11 .Op Ar user Ns Li @ Ns
12 .Ar host
13 .Op Ar command
14 .Sh DESCRIPTION
15 .Nm
16 makes a connection to the remote login daemon running on
17 .Ar host .
18 After the connection is made the user can log in.
19 All input is transmitted to the remote machine and all
20 output on the remote machine is sent back to the
21 .Nm
22 client on the local machine,
23 the user has a full controlling terminal on the remote host.
24 .Pp
25 Without a
26 .Ar command ,
27 the users login shell will be presented.
28 If a
29 .Ar command
30 is present, it will be passed on to the
31 .Nm rlogind
32 on the remote host.
33 It will be executed in the same way as with
34 .Nm rsh .
35 This is a non-standard extension that may not work with other versions of
36 .Nm rlogind !
37 .Sh OPTIONS
38 .Bl -tag -width flag
39 .It Fl 4
40 Use only IPv4 to connect to the remote host.
41 .It Fl 6
42 Use only IPv6 to connect to the remote host.
43 .It Fl l Ar user
44 Connect to the remote machine as a different user than on the local machine.
45 .It Fl p Ar port
46 Connect to a different port than the default one for
47 .Nm .
48 .El
49 .Sh SEE ALSO
50 .Xr rsh 1 ,
51 .Xr rshd 8 ,
52 .Xr rlogind 8 ,
53 .Xr rcp 1 ,
54 .Xr rhosts 5 ,
55 RFC 1282.