
34 changed files with 577 additions and 238 deletions
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
@ -1,43 +1,29 @@
|
||||
INSTALLER != if [ `uname -r | grep -c kali` -eq 1 ]; then echo apt-get install; fi; if [ `uname -r | grep -c ARCH` -eq 1 ]; then echo pacman -S; fi; if [ -f /etc/redhat-release ]; then echo yum install; fi; if [ `uname -r | grep -c fc24` -eq 1 ]; then echo dnf install; fi;
|
||||
INSTALLER != curl -s https://aninix.net/foundation/installer-test.bash | /bin/bash
|
||||
|
||||
compile: |
||||
${INSTALLER} tor torsocks lynx transmission-cli openvpn
|
||||
if [ -x `which startxfce4` ]; then ${INSTALLER} transmission-gtk ; fi
|
||||
${INSTALLER} tor torsocks lynx deluge openvpn
|
||||
if [ ! -d /usr/local/src/tor-browser-en ]; then git -C /usr/local/src/ clone https://aur.archlinux.org/tor-browser-en.git; fi
|
||||
git -C /usr/local/src/tor-browser-en pull
|
||||
|
||||
install: compile |
||||
cp tor-lynx /usr/local/bin
|
||||
cp update-transmission-blocklist /root/bin
|
||||
@echo
|
||||
@Optionally, install tor-browser-en from /usr/local/src/.
|
||||
|
||||
reverse: |
||||
cp /usr/local/bin/tor-lynx .
|
||||
cp /root/bin/update-transmission-blocklist .
|
||||
|
||||
diff: |
||||
diff ./tor-lynx /usr/local/bin/tor-lynx
|
||||
|
||||
test: |
||||
tor-lynx
|
||||
bash ./tor-lynx
|
||||
|
||||
checkperm: |
||||
chown root:root /usr/local/bin/tor-lynx /root/bin/update-transmission-blocklist
|
||||
chown root:root /usr/local/bin/tor-lynx
|
||||
chmod 0755 /usr/local/bin/tor-lynx
|
||||
chmod 0700 /root/bin/update-transmission-blocklist
|
||||
|
||||
clean: |
||||
@echo Nothing to do.
|
||||
|
||||
foldingathome: |
||||
if ! getent passwd fah; then useradd fah; fi
|
||||
if [ ! -d /usr/local/src/fahclient ]; then git -C /usr/local/src/ clone https://aur.archlinux.org/fahclient.git; fi
|
||||
git -C /usr/local/src/fahclient pull
|
||||
printf "What is your deprivileged user? "; read user; chown -R $$user /usr/local/src/fahclient; cd /usr/local/src/fahclient; sudo -u $$user makepkg -sri
|
||||
chown fah:fah /opt/fah
|
||||
sudo -u fah FAHClient --configure
|
||||
cp foldingathome.service /usr/lib/systemd/system
|
||||
systemctl daemon-reload
|
||||
systemctl start foldingathome
|
||||
systemctl enable foldingathome
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
@ -1 +1,27 @@
|
||||
This is a readme. |
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
||||
|
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
@ -1,27 +0,0 @@
|
||||
compile: |
||||
pacman -S openssh tigervnc # pulseaudio pamixer pulseaudio-alsa
|
||||
|
||||
install: compile ssh vnc # pulse
|
||||
|
||||
clean: |
||||
|
||||
reverse: |
||||
cp /etc/ssh/sshd_config .
|
||||
cp /etc/skel/.vnc.config ./vnc.config
|
||||
|
||||
ssh: /usr/bin/sshd |
||||
if ! grep ssh-allow /etc/group; then groupadd ssh-allow; fi
|
||||
if ! grep sftp-home-jail /etc/group; then groupadd sftp-home-jail; fi
|
||||
cp ./sshd_config /etc/ssh/sshd_config
|
||||
ssh-keygen -A
|
||||
systemctl start sshd
|
||||
systemctl enable sshd
|
||||
|
||||
vnc: /usr/bin/vncserver |
||||
@echo Use vncserver to start a vncserver. You can copy vnc.config to your home directory as \$$HOME/.vnc/config to start it across localhost for SSH tunneling.
|
||||
@echo 'We highly recommend using SSH tunneling to route traffic remotely. ssh user@host -L 5901:localhost:<service port> will handle the forwarding.'
|
||||
|
||||
pulse: /usr/bin/pulseaudio |
||||
if ! grep audio /etc/group; then groupadd audio; fi
|
||||
@echo All audio-capable users need to be in the audio group. You can start pulseaudio as an individual user with "pulseaudio --start"
|
||||
|
@ -1,142 +0,0 @@
|
||||
# $OpenBSD: sshd_config,v 1.89 2013/02/06 00:20:42 dtucker Exp $ |
||||
|
||||
# This is the sshd server system-wide configuration file. See |
||||
# sshd_config(5) for more information. |
||||
|
||||
# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin |
||||
|
||||
# The strategy used for options in the default sshd_config shipped with |
||||
# OpenSSH is to specify options with their default value where |
||||
# possible, but leave them commented. Uncommented options override the |
||||
# default value. |
||||
|
||||
# Authentication: |
||||
|
||||
StrictModes yes |
||||
RSAAuthentication yes |
||||
ChallengeResponseAuthentication no |
||||
DenyGroups [^ssh-allow] |
||||
AllowGroups ssh-allow |
||||
PermitRootLogin no |
||||
|
||||
# The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2 |
||||
# but this is overridden so installations will only check .ssh/authorized_keys |
||||
AuthorizedKeysFile .ssh/authorized_keys |
||||
|
||||
# Forwarding options # |
||||
|
||||
AllowTcpForwarding yes |
||||
X11Forwarding yes |
||||
X11DisplayOffset 10 |
||||
X11UseLocalhost yes |
||||
PrintMotd yes |
||||
PrintLastLog yes |
||||
PermitTunnel yes |
||||
|
||||
# override default of no subsystems |
||||
Subsystem sftp /usr/lib/ssh/sftp-server |
||||
|
||||
|
||||
### UNUSED OPTIONS #### |
||||
|
||||
#Port 22 |
||||
#AddressFamily any |
||||
#ListenAddress 0.0.0.0 |
||||
#ListenAddress :: |
||||
|
||||
# The default requires explicit activation of protocol 1 |
||||
#Protocol 2 |
||||
|
||||
# HostKey for protocol version 1 |
||||
#HostKey /etc/ssh/ssh_host_key |
||||
# HostKeys for protocol version 2 |
||||
#HostKey /etc/ssh/ssh_host_rsa_key |
||||
#HostKey /etc/ssh/ssh_host_dsa_key |
||||
#HostKey /etc/ssh/ssh_host_ecdsa_key |
||||
|
||||
# Lifetime and size of ephemeral version 1 server key |
||||
#KeyRegenerationInterval 1h |
||||
#ServerKeyBits 1024 |
||||
|
||||
# Logging |
||||
# obsoletes QuietMode and FascistLogging |
||||
#SyslogFacility AUTH |
||||
#LogLevel INFO |
||||
|
||||
# Authentication # |
||||
|
||||
#MaxAuthTries 6 |
||||
#MaxSessions 10 |
||||
#LoginGraceTime 2m |
||||
#PubkeyAuthentication yes |
||||
#ForwardX11Trusted yes |
||||
|
||||
#AuthorizedPrincipalsFile none |
||||
|
||||
#AuthorizedKeysCommand none |
||||
#AuthorizedKeysCommandUser nobody |
||||
|
||||
# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts |
||||
#RhostsRSAAuthentication no |
||||
# similar for protocol version 2 |
||||
#HostbasedAuthentication no |
||||
# Change to yes if you don't trust ~/.ssh/known_hosts for |
||||
# RhostsRSAAuthentication and HostbasedAuthentication |
||||
#IgnoreUserKnownHosts no |
||||
# Don't read the user's ~/.rhosts and ~/.shosts files |
||||
#IgnoreRhosts yes |
||||
|
||||
# To disable tunneled clear text passwords, change to no here! |
||||
#PasswordAuthentication yes |
||||
#PermitEmptyPasswords no |
||||
|
||||
# Change to no to disable s/key passwords |
||||
|
||||
# Kerberos options |
||||
#KerberosAuthentication no |
||||
#KerberosOrLocalPasswd yes |
||||
#KerberosTicketCleanup yes |
||||
#KerberosGetAFSToken no |
||||
|
||||
# GSSAPI options |
||||
#GSSAPIAuthentication no |
||||
#GSSAPICleanupCredentials yes |
||||
|
||||
# Set this to 'yes' to enable PAM authentication, account processing, |
||||
# and session processing. If this is enabled, PAM authentication will |
||||
# be allowed through the ChallengeResponseAuthentication and |
||||
# PasswordAuthentication. Depending on your PAM configuration, |
||||
# PAM authentication via ChallengeResponseAuthentication may bypass |
||||
# the setting of "PermitRootLogin without-password". |
||||
# If you just want the PAM account and session checks to run without |
||||
# PAM authentication, then enable this but set PasswordAuthentication |
||||
# and ChallengeResponseAuthentication to 'no'. |
||||
#UsePAM yes |
||||
|
||||
#AllowAgentForwarding yes |
||||
|
||||
#GatewayPorts no |
||||
#ChrootDirectory none |
||||
#VersionAddendum none |
||||
#TCPKeepAlive yes |
||||
#UseLogin no |
||||
#UsePrivilegeSeparation sandbox # Default for new installations. |
||||
#PermitUserEnvironment no |
||||
#Compression delayed |
||||
#ClientAliveInterval 0 |
||||
#ClientAliveCountMax 3 |
||||
#UseDNS yes |
||||
#PidFile /run/sshd.pid |
||||
#MaxStartups 10:30:100 |
||||
# no default banner path |
||||
#Banner none |
||||
|
||||
|
||||
## MATCH GROUP COMMANDS |
||||
|
||||
Match Group sftp-home-jail |
||||
X11Forwarding no |
||||
AllowTcpForwarding no |
||||
PermitTunnel no |
||||
ForceCommand internal-sftp #/usr/lib/ssh/sftp-server |
||||
ChrootDirectory /home # Lock the user in their home directory |
@ -1,4 +0,0 @@
|
||||
geometry=1200x700 |
||||
alwaysshared |
||||
dpi=96 |
||||
localhost |
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/ |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
Version 2, December 2004 |
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified |
||||
copies of this license document, and changing it is allowed as long |
||||
as the name is changed. |
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO. |
||||
|
||||
ANINIX ADDENDUM |
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/) |
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All |
||||
AniNIX materials can be reproduced and re-used, though you must |
||||
contact the admins of the network to get written permission to use |
||||
the AniNIX name. |
||||
|
||||
Attribution is appreciated for other materials but not legally |
||||
required or necessary. |
Reference in new issue