Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
upstart /
sessions /
Delete
Unzip
Name
Size
Permission
Date
Action
dbus.conf
765
B
-rw-r--r--
2020-06-11 22:06
gpg-agent.conf
992
B
-rw-r--r--
2016-04-08 10:01
no-pinentry-gnome3.conf
332
B
-rw-r--r--
2015-07-03 13:23
ssh-agent.conf
792
B
-rw-r--r--
2020-05-27 01:17
Save
Rename
description "GPG Agent" author "Stéphane Graber <stgraber@ubuntu.com>" start on starting xsession-init and (no-pinentry-gnome3 or started dbus) pre-start script GNUPGHOME=$HOME/.gnupg [ -d $GNUPGHOME ] || { stop; exit 0; } # /etc/X11/Xsession.d/90gpg-agent starts the agent without DBUS, # thus can't use pinentry-gnome3 # but we know we have dbus now, restart gpg-agent gpgconf --kill gpg-agent gpgconf --launch gpg-agent initctl set-env --global GPG_AGENT_INFO=$GNUPGHOME/S.gpg-agent:0:1 if [ -n "$(gpgconf --list-options gpg-agent | awk -F: '/^enable-ssh-support:/{ print $10 }')" ]; then initctl set-env --global SSH_AUTH_SOCK=$GNUPGHOME/S.gpg-agent.ssh fi end script post-stop script gpgconf --kill gpg-agent initctl unset-env --global GPG_AGENT_INFO if [ -n "$(gpgconf --list-options gpg-agent | awk -F: '/^enable-ssh-support:/{ print $10 }')" ]; then initctl unset-env --global SSH_AUTH_SOCK fi end script