A Session Example

     bash$ telnet gort 10000
     Trying 10.0.0.1...
     Connected to gort.site17.org.
     Escape character is '^]'.
     
     select one of the following services:
        www
        ns1
        ns2
        ftp
        admin
     or 'quit' to disconnect
     
     select> admin
     
     password: 
     
     admin> ?
     
     break <console>                send a break sequence to <console>
     help or ?                      show this help
     kill {<console>,all}           close <console> client connection
     quit                           say bye-bye
     shutdown                       shut down connections and terminate
     who                            show console connections
     write {<console>,all} <strg>   write <strg> to <console> or all consoles
     
     admin> who
     
     host            from            port    date  time
     --------------------------------------------------
     www             ---             ---     ---   ---
     ns1             ---             ---     ---   ---
     ns2             ---             ---     ---   ---
     ftp             ---             ---     ---   ---
     <you>           10.0.0.2        1341    01/31 13:02
     
     admin> q
     
     select one of the following services:
        www
        ns1
        ns2
        ftp
        admin
     or 'quit' to disconnect
     
     select> ftp
     connecting to console...
     Port password: 
     
     Permission granted
     Attached to port 5
     
     ftp.site17.org console login: 


Console Log

     bash$ tail /var/log/console.ftp
     Sat Jan 31 11:00:00 PST 1998
     Jan 31 11:12:16 ftp.site17.org ftpd[1923]: warning: can't verify hostname: gethostbyname(foo.site17.org) failed
     Jan 31 11:12:16 ftp.site17.org ftpd[1923]: refused connect from 10.0.0.3
     Sat Jan 31 12:00:00 PST 1998
     Sat Jan 31 13:00:00 PST 1998
     vcond Sat Jan 31 13:04:04 1998 connection from 10.0.0.2/1341 (fnord.site17.org)
     vcond Sat Jan 31 13:04:26 1998 connection closed

Last updated 12/21/08