Guest User

Untitled

a guest
Oct 18th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #!/bin/sh
  2. export BLAH_API_KEY=blub
  3. ...
  4. exec /the/thus/wrapped/program "$@"
  5.  
  6. $ doas pkg_add pstree
  7. ...
  8. $ pstree | grep sshd
  9. |-+= 70995 root /usr/sbin/sshd
  10. | -+= 28571 root sshd: jhqdoe [priv] (sshd)
  11. | -+- 14625 jhqdoe sshd: jhqdoe@ttyp6 (sshd)
Add Comment
Please, Sign In to add comment