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 "SSH Agent" author "Stéphane Graber <stgraber@ubuntu.com>" start on starting xsession-init pre-start script [ -e /etc/X11/Xsession.options ] || { stop; exit 0; } grep -q "^use-ssh-agent$" /etc/X11/Xsession.options || { stop; exit 0; } [ -z "$SSH_AUTH_SOCK" ] || { stop; exit 0; } eval "$(ssh-agent -s)" >/dev/null initctl set-env --global SSH_AUTH_SOCK=$SSH_AUTH_SOCK initctl set-env --global SSH_AGENT_PID=$SSH_AGENT_PID initctl set-env --global SSH_AGENT_LAUNCHER=upstart end script post-stop script [ "$SSH_AGENT_LAUNCHER" = upstart ] || exit 0 kill $SSH_AGENT_PID 2>/dev/null || true initctl unset-env --global SSH_AUTH_SOCK initctl unset-env --global SSH_AGENT_PID initctl unset-env --global SSH_AGENT_LAUNCHER end script