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
tr> 2019-02-10Skip only one character if a match fails due to parentJune McEnroe 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML " escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe