diff options
author | June McEnroe <june@causal.agency> | 2018-07-17 15:44:35 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-07-17 15:44:35 -0400 |
commit | eb420c49bb731a48fc5183e12e62156cebc24ed3 (patch) | |
tree | 24529444e100e5f3cc3a1cc576510e39510ef534 /sshd_config | |
parent | Fix ncurses color pair numbering (diff) | |
download | torus-eb420c49bb731a48fc5183e12e62156cebc24ed3.tar.gz torus-eb420c49bb731a48fc5183e12e62156cebc24ed3.zip |
Tabify source
And other style changes.
Diffstat (limited to '')
-rw-r--r-- | sshd_config | 18 |
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 |