Initial commit.

This commit is contained in:
Darren 'Tadgy' Austin 2020-09-29 16:40:13 +01:00
commit 3d665e5e11
72 changed files with 3200 additions and 0 deletions

View file

@ -0,0 +1,5 @@
Host *
ControlPath ~/.ssh/%u@%l->%r@%h:%p
SendEnv LANG LC_*
VerifyHostKeyDNS yes
VisualHostKey yes

View file

@ -0,0 +1,17 @@
# FIXME: Set sshd IP addresses.
# ListenAddress 91.109.244.X
# ListenAddress [2a02:2498:1:227::X]
Port 9922
AcceptEnv LANG LC_*
LoginGraceTime 30
MaxStartups 5
# FIXME: Change PermitRootLogin to 'prohibit-password' once a key is in place.
PermitRootLogin yes
Subsystem sftp /usr/libexec/sftp-server
UsePAM yes
X11Forwarding no
Match Address 10.0.0.0/8,169.254.0.0/16,172.16.0.0/12,192.168.0.0/16
PermitRootLogin yes
X11Forwarding yes