Font size:
Automatic login using ssh
Passwordless login by using ssh
To get cvs ssh working without password prompting, stand in the home directory of your own machine, and write:
ssh-keygen -t rsa
just type enter to all questions
chmod 0644 $HOME/.ssh/id_rsa.pub
then login to victorio, and write
mkdir $HOME/.ssh
chmod 700 $HOME/.ssh
then logout from victorio, and write
scp $HOME/.ssh/id_rsa.pub <user>@victorio.uit.no:.ssh/authorized_keys2
Repeat the above procedure for the other machines that you would like to have the same function.
by Børre Gaup

