ssh -N -R 2208:localhost:22 example.org
dropbearkey -t rsa -f id_rsa
ssh -D8080 host
then either configure SOCKS4-proxy in browser (localhost:8080) or use tsocks
ssh -o PreferredAuthentications=password user@example.org
ssh -i ~/.ssh/private_key_file user@example.org
ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key
can be used for ~/.ssh/private_key_file
too