scripting an ssh-login

hi everybody
to connect my powerbook to the network of my university i have to login via ssh. so far i’ve always done this manually but it’s so annoying… so i thought of writing a little applescript to do this for me.
unfortunately i don’t know applescript very well so while i’ve made the terminal send the login command (i.e. ssh -l mylogin myserver) i haven’t found a way to send the password afterwards (so, after sending the above command the terminal returns “mylogin@myserver’s password:” how can i make applescript enter my password there?
greetings from switzerland daniel