To access your SSH and SFTP server without the need to type in the password everytime:
| $ ssh-keygen -t dsa |
| $ ssh-copy-id -i ~/.ssh/id_dsa.pub user@host |
This will place your public key into ~/.ssh/authorized_keys on the remote server and you can now login without inputting the password.