How do I change my PASSWORD?

  1. Telnet to home.tri.net port 106
    a. (WIN95) Punch START, select RUN
       (Windows) Pull down FILE menu, select RUN
    b. type in: telnet
    c. Punch OK button
    d. In telnet pull down the CONNECT menu, select REMOTE SYSTEM
    e. In the Host Name field, type in: home.tri.net
    f. In the Port field, type in: 106
    g. Punch the CONNECT button

  2. Tell the system who you are
       (WARNING - The characters you will type are not echoed to the screen,
        so you'll be typing blind.)
    a. The system will prompt with:
        home login:
    b. Type: user username<HIT RETURN> (replace username w/ YOUR username)
    c. The system will respond with:
        Password:

  3. Access Method
    a. Type: 2<HIT RETURN> 
    b. The system will respond with:
       home:~$
  4. Tell the system your NEW password
    a. Type: passwd<HIT RETURN>
	Enter old password:oldpassword<HIT RETURN>
	Enter new password:newpassword<HIT RETURN>
	Re-type new password:newpassword<HIT RETURN>
     b. The system will respond with:
       	password has been changed.
	home:~$ 
    c. If you don't get this response, start over at step# 2b

  5. Exit the system
    a. Type: exit<HIT RETURN>