xref: /dragonfly/etc/remote (revision 0dace59e)
1# $FreeBSD: src/etc/remote,v 1.10.2.1 2001/03/06 02:22:39 obrien Exp $
2# $DragonFly: src/etc/remote,v 1.2 2003/06/17 04:24:45 dillon Exp $
3#
4#	@(#)remote	5.2 (Berkeley) 6/30/90
5#
6# remote -- remote host description file
7# see tip(1), remote(5)
8#
9# dv	device to use for the tty
10# el	EOL marks (default is NULL)
11# du	make a call flag (dial up)
12# pn	phone numbers (@ =>'s search phones file; possibly taken from
13#	PHONES environment variable)
14# at	ACU type
15# ie	input EOF marks (default is NULL)
16# oe	output EOF string (default is NULL)
17# cu	call unit (default is dv)
18# br	baud rate (defaults to 300)
19# fs	frame size (default is BUFSIZ) -- used in buffering writes on
20#	receive operations
21# tc	to continue a capability
22
23# Systems definitions
24netcom|Netcom Unix Access:\
25	:pn=\@:tc=unix1200:
26omen|Omen BBS:\
27	:pn=\@:tc=dos1200:
28
29# UNIX system definitions
30unix1200|1200 Baud dial-out to a UNIX system:\
31	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
32unix300|300 Baud dial-out to a UNIX system:\
33	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
34
35# DOS system definitions
36dos1200|1200 Baud dial-out to a DOS system:\
37	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial1200:
38
39# General dialer definitions used below
40#
41# COURIER switch settings:
42# switch:	1 2 3 4 5 6 7 8 9 10
43# setting:	D U D U D D U D U U
44# Rackmount:	U U D U D U D D U D
45#
46dial2400|2400 Baud Hayes attributes:\
47	:dv=/dev/cuaa0:br#2400:cu=/dev/cuaa0:at=hayes:du:
48dial1200|1200 Baud Hayes attributes:\
49	:dv=/dev/cuaa0:br#1200:cu=/dev/cuaa0:at=hayes:du:
50
51# Hardwired line
52cuaa0b|cua0b:dv=/dev/cuaa0:br#2400:pa=none:
53cuaa0c|cua0c:dv=/dev/cuaa0:br#9600:pa=none:
54
55# Finger friendly shortcuts
56com1:dv=/dev/cuaa0:br#9600:pa=none:
57com2:dv=/dev/cuaa1:br#9600:pa=none:
58com3:dv=/dev/cuaa2:br#9600:pa=none:
59com4:dv=/dev/cuaa3:br#9600:pa=none:
60