Ok, I found the answer.
Firstly, ssh-keygen -f theNewPrivateKeyotherwise it will overwrite the old private key. Secondly, the ssh -i theNewPrivateKey me@mycomputerparameter -ichanges the private key used for authentication.
Now I can try my script.
: :
$HOME/.ssh/authorized_keys2 :
command="sleep 99999999999" ssh-dss AAAAB3NzaC1kc3MA...
(+ the rest of the key)
.
ssh, .
:
ssh -T -R 7878:localhost:22 -i .ssh/mynewkey me@myhomecomputer
, :
ssh myworklogin@localhost -p7878
, . , !