Initial commit.
This commit is contained in:
commit
3d665e5e11
72 changed files with 3200 additions and 0 deletions
5
base-files/ssh/ssh_config
Normal file
5
base-files/ssh/ssh_config
Normal file
|
@ -0,0 +1,5 @@
|
|||
Host *
|
||||
ControlPath ~/.ssh/%u@%l->%r@%h:%p
|
||||
SendEnv LANG LC_*
|
||||
VerifyHostKeyDNS yes
|
||||
VisualHostKey yes
|
17
base-files/ssh/sshd_config
Normal file
17
base-files/ssh/sshd_config
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue