# rtadm (RapidTunneling Administrator) configuration options # Hostname of the server as seen by the client. This may be # a host name or an IP address. # Example: HOSTNAME=support.example.com HOSTNAME= # Port number on which the local SSH server listens. # Again, this is the port accessible from the outside. If you forward it # from a port that is not 22, write here the port number that is # accessible from the outside. PORT=22 # The command run by connections from remote systems. This configuration # item is technically the command set in new tarballs you create and # has no effect on existing tarballs you have already sent out. #FROM_REMOTE_COMMAND=/usr/share/rapid-tunneling/bin/rt-from-remote # (SSH) Target for the 'upload' command. It is recommended to set the # script rt_handle_uploaded_key as the command to handle the connections # for those uploads. #UPLOAD_TARGET="xorcom@updates.xorcom.com"