From 957954db439d4866fd79fa74ae2561ca01e83a90 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 25 Jun 2020 00:39:03 -0400 Subject: Use DisableForwarding in sshd_config --- sshd_config | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sshd_config') diff --git a/sshd_config b/sshd_config index 3d0842b..2564587 100644 --- a/sshd_config +++ b/sshd_config @@ -5,9 +5,5 @@ Match User play PermitEmptyPasswords yes ChrootDirectory /home/play ForceCommand play - - AllowAgentForwarding no - AllowTcpForwarding no - AllowStreamLocalForwarding no + DisableForwarding yes MaxSessions 1 - X11Forwarding no -- cgit 1.4.1 ' onchange='this.form.submit();'> IRC logger
summary refs log tree commit diff
path: root/scoop.1 (unfollow)
Commit message (Collapse)Author
2019-12-30Use X macro for Type enumJune McEnroe
2019-12-30Remove scoop -ABCJune McEnroe
I can almost get these to work with an inner and outer SQL query, but when contexts starts overlapping it becomes a disaster, so I'm leavin it out at least for now.
2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe