1*63111Sbostic# @(#)remote 8.1 (Berkeley) 06/10/93 244794Sbostic# 344796Sbostic# remote -- remote host description file 444796Sbostic# see tip(1), remote(5) 544794Sbostic# 644796Sbostic# dv device to use for the tty 744796Sbostic# el EOL marks (default is NULL) 844796Sbostic# du make a call flag (dial up) 944796Sbostic# pn phone numbers (@ =>'s search phones file; possibly taken from 1044796Sbostic# PHONES environment variable) 1144796Sbostic# at ACU type 1244796Sbostic# ie input EOF marks (default is NULL) 1344796Sbostic# oe output EOF string (default is NULL) 1444796Sbostic# cu call unit (default is dv) 1544796Sbostic# br baud rate (defaults to 300) 1644796Sbostic# fs frame size (default is BUFSIZ) -- used in buffering writes on 1744796Sbostic# receive operations 1844796Sbostic# tc to continue a capability 1944796Sbostic 2044794Sbostic# UNIX system definitions 2144794Sbosticunix1200|1200 Baud dial-out to another UNIX system:\ 2244794Sbostic :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200: 2344794Sbosticunix300|300 Baud dial-out to another UNIX system:\ 2444794Sbostic :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300: 2544796Sbostic 2644796Sbostic# General dialer definitions used below 2744794Sbostic# 2844796Sbostic# COURIER switch settings: 2944796Sbostic# switch: 1 2 3 4 5 6 7 8 9 10 3044796Sbostic# setting: D U D U D D U D U U 3144796Sbostic# Rackmount: U U D U D U D D U D 3244794Sbostic# 3344796Sbosticdial2400|2400 Baud Hayes attributes:\ 3444796Sbostic :dv=/dev/tty19:br#2400:cu=/dev/tty19:at=hayes:du: 3544796Sbosticdial1200|1200 Baud Hayes attributes:\ 3644796Sbostic :dv=/dev/tty19:br#1200:cu=/dev/tty19:at=hayes:du: 3744794Sbostic 3844796Sbostic# Hardwired line 3963110Sbostic# REMEMBER NOT TO USE PARITY! 4063110Sbosticconsole:dv=/dev/tty01:br#9600:pa=none: 41