[svn r4216] added missing <br>

This commit is contained in:
wookey 2002-05-15 20:08:41 +02:00
parent aeeb653cb5
commit c254a8f85c

View File

@ -145,7 +145,7 @@ Host cvs.survex.com<br>
<p>Now copy the public key to the server. One thing that might trip you up is
that the directory ~/.ssh may not exist on the remote machine. To create it
and copy the key:
and copy the key:<br>
<TT>ssh <username>@cvs.survex.com mkdir ~/.ssh<br>
scp ~/.ssh/id_dsa.pub <username>@cvs.survex.com:.ssh/authorized_keys2<br>