1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
|
.\" $OpenBSD: remote.5,v 1.9 2001/04/12 22:36:51 millert Exp $
.\" $NetBSD: remote.5,v 1.4 1997/04/20 00:05:27 mellon Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the University of
.\" California, Berkeley and its contributors.
.\" 4. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)remote.5 8.1 (Berkeley) 6/5/93
.\"
.Dd June 5, 1993
.Dt REMOTE 5
.Os
.Sh NAME
.Nm remote
.Nd remote host description file
.Sh DESCRIPTION
The systems known by
.Xr tip 1
and their attributes are stored in an
.Tn ASCII
file which is structured somewhat like the
.Xr termcap 5
file.
Each line in the file provides a description for a single
.Xr system .
Fields are separated by a colon
.Pq Sq \&: .
Lines ending with a
.Dq \e
character immediately followed by a newline are continued on the next line.
.Pp
The first entry is the name(s) of the host system.
If there is more than one name for a system, the names are separated by
vertical bars
.Pq Sq \&| .
After the name of the system comes the fields of the description.
A field name followed by an equal sign
.Pq Sq =
indicates a string value follows.
A field name followed by a pound sign
.Pq Sq #
indicates a following numeric value.
.Pp
Entries named
.Dq tip\&*
and
.Dq cu\&*
are used as default entries by
.Xr tip ,
and the
.Xr cu
interface to
.Xr tip ,
as follows.
When
.Xr tip
is invoked with only a phone number, it looks for an entry of the form
.Dq tip300 ,
where 300 is the baud rate with which the connection is to be made.
When the
.Xr cu
interface is used, entries of the form
.Dq cu300
are used.
.Sh CAPABILITIES
Capabilities are either strings (str), numbers (num), or boolean flags (bool).
A string capability is specified by
.Em capability Ns Ar = Ns Em value ;
for example,
.Dq dv=/dev/harris .
A numeric capability is specified by
.Em capability Ns Ar # Ns Em value ;
for example,
.Dq xa#99 .
A boolean capability is specified by simply listing the capability.
.Bl -tag -width indent
.It Sy \&at
(str)
Auto call unit type.
.It Sy \&be
(bool)
Initialize the
.Xr tip
variable
.Dq beautify
to
.Sy on ,
so that non-printable characters will be discarded when scripting.
.It Sy \&br
(num)
The baud rate used in establishing
a connection to the remote host.
This is a decimal number.
The default baud rate is 300 baud.
.It Sy \&cm
(str)
An initial connection message to be sent to the remote host.
For example, if a host is reached through port selector, this
might be set to the appropriate sequence required to switch to the host.
.It Sy \&cu
(str)
Call unit if making a phone call.
Default is the same as the
.Sy dv
field.
.It Sy \&dc
(bool)
This host is directly connected, and
.Xr tip
should not expect carrier detect to be high, nor should it exit if
carrier detect drops.
.It Sy \&di
(str)
Disconnect message sent to the host when a disconnect is requested by the user.
.It Sy \&du
(bool)
This host is on a dial-up line.
.It Sy \&dv
(str)
.Tn UNIX
device(s) to open to establish a connection.
If this file refers to a terminal line,
.Xr tip 1
attempts to perform an exclusive open on the device to insure only
one user at a time has access to the port.
.It Sy \&ec
(bool)
Initialize the
.Xr tip
variable
.Dq echocheck
to
.Sy on ,
so that
.Xr tip
will synchronize with the remote host during file
transfer by waiting for the last character transmitted to echo.
.It Sy \&el
(str)
Characters marking an end-of-line.
The default is
.Dv NULL .
.Dq ~
escapes are only recognized by
.Xr tip
after one of the characters in
.Sy el ,
or after a carriage-return.
.It Sy \&es
(str)
The escape character for
.Xr tip .
The default is
.Dq ~ .
.It Sy \&et
(num)
Number of seconds to wait for an echo response when
.Dq echocheck
mode is on.
The default value is 10 seconds.
.It Sy \&ex
(str)
Set of non-printable characters not to be discarded when scripting
with beautification turned on.
The default value is
.Dq \et\en\eb\ef .
.It Sy \&fo
(str)
Character used to force literal data transmission.
The default value is
.Sq \e020
(^P).
.It Sy \&fs
(str)
Frame size for transfers.
The default frame size is equal to
.Dv BUFSIZ .
.It Sy \&hd
(bool)
The host uses half-duplex communication, local echo should be performed.
.It Sy \&ie
(str)
Input end-of-file marks.
The default is
.Dv NULL .
.It Sy \&nb
(bool)
Initialize the
.Xr tip
variable
.Dq beautify
to
.Sy off ,
so that non-printable characters will not be discarded when scripting.
.It Sy \&nt
(bool)
Initialize the
.Xr tip
variable
.Dq tandem
to
.Sy off ,
so that XON/XOFF flow control will not be used to throttle data
from the remote host.
.It Sy \&nv
(bool)
Initialize the
.Xr tip
variable
.Dq verbose
to
.Sy off ,
so that verbose mode will be turned off.
.It Sy \&oe
(str)
Output end-of-file string.
The default is
.Dv NULL .
When
.Xr tip
is transferring a file, this string is sent at end-of-file.
.It Sy \&pa
(str)
The type of parity to use when sending data to the host.
This may be one of
.Dq even ,
.Dq odd ,
.Dq none ,
.Dq zero
(always set bit 8 to zero),
or
.Dq one
(always set bit 8 to 1).
The default is no parity.
.It Sy \&pn
(str)
Telephone number(s) for this host.
If the telephone number field contains a
.Ql @
(at sign),
.Xr tip
searches the file
.Pa /etc/phones
file for a list of telephone numbers (see
.Xr phones 5 ) .
.It Sy \&pr
(str)
Character that indicates end-of-line on the remote host.
The default value is
.Sq \en .
.It Sy \&ra
(bool)
Initialize the
.Xr tip
variable
.Dq raise
to
.Sy on ,
so that lowercase letters are mapped to uppercase before sending
them to the remote host.
.It Sy \&rc
(str)
Character that toggles case-mapping mode.
The default value is
.Sq \e001
(^A).
.It Sy \&re
(str)
The file in which to record session scripts.
The default value is
.Pa tip.record .
.It Sy \&rw
(str)
Initialize the
.Xr tip
variable
.Dq rawftp
to
.Sy on ,
so that all characters will be sent as is during file transfers.
.It Sy \&sc
(bool)
Initialize the
.Xr tip
variable
.Dq script
to
.Sy on ,
so that everything transmitted by the remote host will be recorded.
.It Sy \&ta
(bool)
Initialize the
.Xr tip
variable
.Dq tandem
to
.Sy on ,
so that XON/XOFF flow control will be used to throttle data
from the remote host.
.It Sy \&tb
(bool)
Initialize the
.Xr tip
variable
.Dq tabexpand
to
.Sy on ,
so that each tab will be expanded to 8 spaces during file transfers.
.It Sy \&tc
(str)
Indicates that the list of capabilities is continued in the named description.
This is used primarily to share common capability information.
.It Sy \&vb
(bool)
Initialize the
.Xr tip
variable
.Dq verbose
to
.Sy on ,
so that verbose mode will be turned on.
.El
.Pp
Here is a short example showing the use of the capability continuation
feature:
.Bd -literal
UNIX-1200:\e
:dv=/dev/cau0:el=^D^U^C^S^Q^O@:du:at=ventel:ie=#$%:oe=^D:br#1200:
arpavax|ax:\e
:pn=7654321%:tc=UNIX-1200
.Ed
.Sh FILES
.Bl -tag -width /etc/remote -compact
.It Pa /etc/remote
.El
.Sh SEE ALSO
.Xr tip 1 ,
.Xr phones 5
.Sh HISTORY
The
.Nm
file format appeared in
.Bx 4.2 .
|