Advertisement
WhittlesJr

Untitled

Aug 4th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.52 KB | None | 0 0
  1. echo $SSH_AUTH_SOCK
  2. /run/user/1000/gnupg/S.gpg-agent.ssh
  3.  
  4. echo $SSH_ASKPASS
  5. /usr/bin/ksshaskpass
  6.  
  7. echo $SSH_AGENT_PID
  8.  
  9. echo $USER
  10. alexj
  11.  
  12. echo $UID
  13. 1000
  14.  
  15. echo $GPG_TTY
  16. /dev/pts/4
  17.  
  18. tty
  19. /dev/pts/4
  20.  
  21. la /run/user/1000/gnupg/
  22. total 0
  23. srw------- 1 alexj vertiv 0 Aug  4 09:06 S.dirmngr
  24. srw------- 1 alexj vertiv 0 Aug  4 09:06 S.gpg-agent
  25. srw------- 1 alexj vertiv 0 Aug  4 09:06 S.gpg-agent.browser
  26. srw------- 1 alexj vertiv 0 Aug  4 09:06 S.gpg-agent.extra
  27. srw------- 1 alexj vertiv 0 Aug  4 09:06 S.gpg-agent.ssh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement