mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-08 01:49:21 +01:00
8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
# Version Control System accounts musn't have X11Forwarding, TCP Forwarding
|
|
# or TTY. The anoncvs is usually a comment in stock sshd_config
|
|
Match User anoncvs,git,gitea
|
|
X11Forwarding no
|
|
AllowTcpForwarding no
|
|
PermitTTY no
|
|
# ForceCommand cvs server
|