]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - libexec/rshd/rshd.8
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / libexec / rshd / rshd.8
1 .\" Copyright (c) 1983, 1989, 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.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
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 .\"     @(#)rshd.8      8.1 (Berkeley) 6/4/93
33 .\" $FreeBSD$
34 .\"
35 .Dd June 4, 1993
36 .Dt RSHD 8
37 .Os
38 .Sh NAME
39 .Nm rshd
40 .Nd remote shell server
41 .Sh SYNOPSIS
42 .Nm
43 .Op Fl aDLln
44 .Sh DESCRIPTION
45 The
46 .Nm
47 utility
48 is the server for the
49 .Xr rcmd 3
50 routine and, consequently, for the
51 .Xr rsh 1
52 utility.
53 The server provides remote execution facilities
54 with authentication based on privileged port numbers from trusted hosts.
55 .Pp
56 The
57 .Nm
58 utility listens for service requests at the port indicated in
59 the
60 .Dq cmd
61 service specification; see
62 .Xr services 5 .
63 When a service request is received the following protocol
64 is initiated:
65 .Bl -enum
66 .It
67 The server checks the client's source port.
68 If the port is not in the range 512-1023, the server
69 aborts the connection.
70 .It
71 The server reads characters from the socket up
72 to a
73 .Tn NUL
74 (`\e0') byte.
75 The resultant string is
76 interpreted as an
77 .Tn ASCII
78 number, base 10.
79 .It
80 If the number received in step 2 is non-zero,
81 it is interpreted as the port number of a secondary
82 stream to be used for the
83 .Em stderr .
84 A second connection is then created to the specified
85 port on the client's machine.
86 The source port of this
87 second connection is also in the range 512-1023.
88 .It
89 The server checks the client's source address
90 and requests the corresponding host name (see
91 .Xr gethostbyaddr 3 ,
92 .Xr hosts 5
93 and
94 .Xr named 8 ) .
95 If the hostname cannot be determined or the hostname and address do
96 not match after verification,
97 the dot-notation representation of the host address is used.
98 .It
99 A null terminated user name of at most 16 characters
100 is retrieved on the initial socket.
101 This user name
102 is interpreted as the user identity on the
103 .Em client Ns 's
104 machine.
105 .It
106 A null terminated user name of at most 16 characters
107 is retrieved on the initial socket.
108 This user name
109 is interpreted as a user identity to use on the
110 .Em server Ns 's
111 machine.
112 .It
113 A null terminated command to be passed to a
114 shell is retrieved on the initial socket.
115 The length of
116 the command is limited by the upper bound on the size of
117 the system's argument list.
118 .It
119 The
120 .Nm
121 utility then validates the user using
122 .Xr ruserok 3 ,
123 which uses the file
124 .Pa /etc/hosts.equiv
125 and the
126 .Pa .rhosts
127 file found in the user's home directory.
128 The
129 .Fl l
130 option prevents
131 .Xr ruserok 3
132 from doing any validation based on the user's
133 .Pa .rhosts
134 file,
135 unless the user is the superuser.
136 .It
137 A
138 .Tn NUL
139 byte is returned on the initial socket
140 and the command line is passed to the normal login
141 shell of the user.
142 The
143 shell inherits the network connections established
144 by
145 .Nm .
146 .El
147 .Pp
148 The options are as follows:
149 .Bl -tag -width indent
150 .It Fl a
151 This flag is ignored, and is present for compatibility purposes.
152 .It Fl D
153 Sets the TCP_NODELAY socket option, which improves the performance
154 of small back-to-back writes at the expense of additional network
155 traffic.
156 .It Fl L
157 Causes all successful accesses to be logged to
158 .Xr syslogd 8
159 as
160 .Li auth.info
161 messages.
162 .It Fl l
163 Do not use the user's
164 .Pa .rhosts
165 file for authentication, unless the user is the superuser.
166 .It Fl n
167 Turn off transport level keepalive messages.
168 This will prevent sessions
169 from timing out if the client crashes or becomes unreachable.
170 .El
171 .Sh FILES
172 .Bl -tag -width /var/run/nologin -compact
173 .It Pa /etc/hosts
174 .It Pa /etc/hosts.equiv
175 .It Pa /etc/login.conf
176 .It Ev $HOME Ns Pa /.rhosts
177 .Pp
178 .It Pa /etc/pam.conf
179 .Nm
180 uses
181 .Pa /etc/pam.conf
182 entries with service name
183 .Dq rsh .
184 Authentication modules requiring passwords (such as
185 .Nm pam_unix )
186 are not supported.
187 .El
188 .Sh DIAGNOSTICS
189 Except for the last one listed below,
190 all diagnostic messages
191 are returned on the initial socket,
192 after which any network connections are closed.
193 An error is indicated by a leading byte with a value of
194 1 (0 is returned in step 10 above upon successful completion
195 of all the steps prior to the execution of the login shell).
196 .Bl -tag -width indent
197 .It Sy Locuser too long.
198 The name of the user on the client's machine is
199 longer than 16 characters.
200 .It Sy Ruser too long.
201 The name of the user on the remote machine is
202 longer than 16 characters.
203 .It Sy Command too long.
204 The command line passed exceeds the size of the argument
205 list (as configured into the system).
206 .It Sy Login incorrect.
207 No password file entry for the user name existed
208 or the authentication procedure described above failed.
209 .It Sy Remote directory.
210 The
211 .Xr chdir 2
212 function to the home directory failed.
213 .It Sy Logins not available right now.
214 The
215 .Xr rsh 1
216 utility was attempted outside the allowed hours defined in
217 .Pa /etc/login.conf
218 for the local user's login class.
219 .It Sy Can't make pipe.
220 The pipe needed for the
221 .Em stderr ,
222 was not created.
223 .It Sy Can't fork; try again.
224 A
225 .Xr fork 2
226 by the server failed.
227 .It Sy <shellname>: ...
228 The user's login shell could not be started.
229 This message is returned
230 on the connection associated with the
231 .Em stderr ,
232 and is not preceded by a flag byte.
233 .El
234 .Sh SEE ALSO
235 .Xr rlogin 1 ,
236 .Xr rsh 1 ,
237 .Xr gethostbyaddr 3 ,
238 .Xr rcmd 3 ,
239 .Xr ruserok 3 ,
240 .Xr hosts 5 ,
241 .Xr hosts.equiv 5 ,
242 .Xr login.conf 5 ,
243 .Xr services 5 ,
244 .Xr named 8 ,
245 .Xr rlogind 8 ,
246 .Xr syslogd 8
247 .Sh HISTORY
248 IPv6 support was added by WIDE/KAME project.
249 .Sh BUGS
250 The authentication procedure used here assumes the integrity
251 of each client machine and the connecting medium.
252 This is
253 insecure, but is useful in an
254 .Dq open
255 environment.
256 .Pp
257 A facility to allow all data exchanges to be encrypted should be
258 present.
259 .Pp
260 Post-PAM,
261 .Fx
262 also needs the following patch applied besides properly configuring
263 .Pa .rhosts :
264 .Bd -literal -offset indent
265 --- etc/pam.d/rsh.orig  Wed Dec 17 14:36:20 2003
266 +++ etc/pam.d/rsh       Wed Dec 17 14:30:43 2003
267 @@ -9 +9 @@
268 -auth   required        pam_rhosts.so   no_warn
269 +auth   required        pam_rhosts.so   no_warn allow_root
270 .Ed
271 .Pp
272 A more extensible protocol (such as Telnet) should be used.