#
# sys - Description of the known systems
#       Beschreibung der bekannten Systeme
#

# Global settings for all systems goes here.
# Globale Einstellungen fuer alle Systeme.

#  Read login names and passwords for outgoing calls
#  from file 'call'.
#  Loginnamen und Passwort fuer rausgehende Rufe
#  werden aus der Datei 'call' lesen.
call-login 	*
call-password	*

#  Remark/Anmerkung:
#  For incoming connections the file 'passwd' is used.
#  Bei eingehenden Rufen wird die Datei 'passwd' benutzt.

#  No time restrictions.
#  Keine Einschrnkung der Zugriffszeit.
time		any

# System specific settings follows here.
# Systemspezifische Einstellungen.

#  Example/Beispiel: System 'hal'
#system		hal
#called-login	uusofa
#commands	rmail rnews
#command-path	/usr/lib/news/bin /usr/bin
#
#  phone number of 'hal'
#  Telefonnummer von 'hal'
#phone		0123-123456
#
#  taken port definition from file 'port'.
#  Portdefinition, die aus 'port' benutzt wird.
#port		serial1

#  Example/Beispiel: System 'albert' (over TCP/IP)
#system		albert
#called-login	uustein
#chat ogin:	\L word: \P
#commands	rmail rnews
#command-path   /usr/lib/news/bin /usr/bin
#
#  The full qualified domain name (FQDN) of 'albert' or its IP address.
#  Den vollen Domain Namen von 'albert' oder seine IP-Adresse.
#address	albert.your.domain
#
#  taken port definition from file 'port'.
#  Portdefinition, die aus 'port' benutzt wird.
#port		tcp
#protocol-parameter	t timeout 120

#  Example/Beispiel: System 'lisa' (over SSL/TCP/IP)
#system		lisa
#called-login	uufox
#commands	rmail rnews
#command-path	/usr/lib/news/bin /usr/bin
#
#  The remote SUUCP server address is set with the connect statement of the
#  suucp-client.conf suucp config file.
#port		suucp

#  Example/Beispiel: System 'uuserver' (over SSH/TCP/IP)
#system		uuserver
#called-login	uuclient
#chat ogin:	\L word: \P
#commands	rmail rnews
#command-path	/usr/lib/news/bin /usr/bin
#
#  To use this become root on the uucp <uuserver> then switch over to user
#  uucp by doing `su - uucp', now create the ssh configuration of the user
#  uucp by running the command `ssh-keygen -b 1024 -t rsa' with an _empty_
#  passphrase.  Then copy as uucp the resulting ~/.ssh/id_rsa.pub to the
#  ~/.ssh/authorized_keys and add in front of the line before the string
#  `ssh-rsa' the keywords
#    no-port-forwarding
#    no-X11-forwarding
#    no-agent-forwarding
#  and
#    command="/usr/sbin/uucico -l"
#  separated by commas only (see `man 8 sshd' for the file format).
#  This will cause the sshd on the uucp <uuserver> to start a uucico process
#  without the need of an (x)inetd.conf entry.
#
#  Next step is to copy the ~/.ssh/id_rsa of the user uucp from the uucp
#  <uuserver> to the ~/.ssh/ directory of the user uucp of the client. The
#  port definition below is also used on the client side.
#
#  Now see file /etc/uucp/port and replace <uuserver> with the real FQDN of
#  the uucp server in the protocol definition of `ssh'.  You also need an
#  fingerprint entry in the ~/.ssh/known_hosts of the user uucp on the client
#  side to avoid ssh to ask interactively about adding the fingerprint of the
#  sshd of the uucp server, therefore run `/usr/bin/ssh -axq uucp@<uuserver>'
#  and add the fingerprint.
#
#port		ssh
