How do i change my password for the user which runs rtorrent (none root user)?
To change your password for the SSH user who will run RTorrent you will have to load up your SSH client (such as Putty) and log in as the user you wish to change the password for, then type in the following command (we use the username seedboxuser1 for this example)
passwd
It will prompt you for your current password, you will then see something like :-
changing password for seedboxuser1.
(current) UNIX password:
Enter your current password for your user (seedboxuser1) and then type your new password when asked to do so.
Once you have completed that you can logout of SSH with the following command :-
logout