Guest User

Untitled

a guest
Jan 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ssh root@host 'rm -fr /etc/profile.d/noip.sh'
  2. scp emptynoip.sh root@host:/etc/profile.d/noip.sh
  3. ssh root@host /bin/sh
  4. ssh root@host /bin/bash
  5. ssh root@host --norc -i
  6. ssh root@host -- --norc -i
  7. ssh root@host bash --norc -i
  8. ssh root@host /bin/bash -i './etc/profile.d/noip2 stop'
  9. ssh root@host /bin/bash -i './etc/profile.d/noip stop'
  10. ssh root@host /bin/bash -l './etc/profile.d/noip stop'
Add Comment
Please, Sign In to add comment