about summary refs log tree commit diff homepage
path: root/sshd_config
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-07-17 15:44:35 -0400
committerJune McEnroe <june@causal.agency>2018-07-17 15:44:35 -0400
commite81cee1da82bd8d6bffd91ec67d0b3e957d89574 (patch)
tree838b8a75dbb3fe3d0d15d6fbad9d44247f711c83 /sshd_config
parentFix ncurses color pair numbering (diff)
downloadtorus-e81cee1da82bd8d6bffd91ec67d0b3e957d89574.tar.gz
torus-e81cee1da82bd8d6bffd91ec67d0b3e957d89574.zip
Tabify source
And other style changes.
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config18
1 files changed, 9 insertions, 9 deletions
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