summary refs log tree commit diff
path: root/sshd_config
blob: 4a965d08ea312b1e7021b5b8d9ca8c1ada74d05b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
UsePAM no

Match User stream
    PasswordAuthentication yes
    PermitEmptyPasswords yes
    ChrootDirectory /home/stream
    ForceCommand ssh-command

    AllowAgentForwarding no
    AllowTcpForwarding no
    AllowStreamLocalForwarding no
    MaxSessions 1
    X11Forwarding no
2019-02-07Move comments below strings in hiJune McEnroe Also add the #if 0 "comment" syntax. 2019-02-07Add subexpression highlighting to hiJune McEnroe 2019-02-06Add pattend to hiJune McEnroe 2019-02-06Add hi syntax highlighterJune McEnroe 2019-02-05Update neovim to 0.3.4 on DarwinJune McEnroe Also rewrite install.sh once again. 2019-02-05Fix DEL in aesJune McEnroe 2019-02-05Add aesJune McEnroe Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile. 2019-02-01Set nvim Directory back to blueJune McEnroe