From e81cee1da82bd8d6bffd91ec67d0b3e957d89574 Mon Sep 17 00:00:00 2001
From: June McEnroe <june@causal.agency>
Date: Tue, 17 Jul 2018 15:44:35 -0400
Subject: Tabify source

And other style changes.
---
 sshd_config | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

(limited to 'sshd_config')

diff --git a/sshd_config b/sshd_config
index 9e48107..2d4366a 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,13 +1,13 @@
 UsePAM no
 
 Match User torus
-    PasswordAuthentication yes
-    PermitEmptyPasswords yes
-    ChrootDirectory /home/torus
-    ForceCommand client
+	PasswordAuthentication yes
+	PermitEmptyPasswords yes
+	ChrootDirectory /home/torus
+	ForceCommand client
 
-    AllowAgentForwarding no
-    AllowTcpForwarding no
-    AllowStreamLocalForwarding no
-    MaxSessions 1
-    X11Forwarding no
+	AllowAgentForwarding no
+	AllowTcpForwarding no
+	AllowStreamLocalForwarding no
+	MaxSessions 1
+	X11Forwarding no
-- 
cgit 1.4.1