Add a few files to tracking.
This commit is contained in:
parent
9d4458ff22
commit
7845a0e70f
2 changed files with 19 additions and 0 deletions
5
etc/ssh/ssh_config
Normal file
5
etc/ssh/ssh_config
Normal file
|
@ -0,0 +1,5 @@
|
|||
Host *
|
||||
ControlPath ~/.ssh/%u@%l->%r@%h:%p
|
||||
SendEnv LANG LC_*
|
||||
VerifyHostKeyDNS yes
|
||||
VisualHostKey yes
|
14
etc/ssh/sshd_config
Normal file
14
etc/ssh/sshd_config
Normal file
|
@ -0,0 +1,14 @@
|
|||
Port 22
|
||||
|
||||
AcceptEnv LANG LC_*
|
||||
LoginGraceTime 30
|
||||
MaxStartups 5
|
||||
PermitRootLogin prohibit-password
|
||||
StreamLocalBindUnlink 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