# $CoreSDI: hosts.example,v 1.2 2001/12/31 20:07:44 claudio Exp $ # # Hosts specification sample file # # OsName OsVersion OsArch IP TransportMethod RemoteShell IdFile User # # OsName is the name of the remote Operating System # OsVersion is the version number (marjor.minor) of the remote # Operating System # OsArch is the hardware platform (ie. i386, sparc, etc) # IP is the machine name or IP address # TransportMehots is the method used to copy files, must be "scp" # RemoteShell is the remote shell program, must be "ssh" # IdFile is de identity file to log in without password # User is the username for the previous identity file # OpenBSD 2.9 i386 10.0.0.1 scp ssh /home/builder/remote/identity builder OpenBSD 2.8 sparc 10.0.0.2 scp ssh /home/builder/remote/identity builder FreeBSD 4.3 i386 10.0.0.3 scp ssh /home/builder/remote/identity builder # # The RedHat Operating System uses the Linux kernel # RedHat 7.1 i386 10.0.0.4 scp ssh /home/builder/remote/identity builder # # Cygwin dll and sshd must be installed and running on the remote windows. # NT 4 i386 10.0.0.5 scp ssh /home/builder/remote/identity builder