sessions -u <session_id>
If you don't have SSH access, but SSH is running check ~/.ssh/ for either the users id_rsa, or write your own public key to ~/.ssh/authorized_keys.
~/.ssh/
id_rsa
~/.ssh/authorized_keys
python -c 'import pty; pty.spawn("/bin/sh")'
Spawning a TTY Shell