Admin/Phabricator/ssh/sshd_config.phabricator
changeset 70758 5094098f5e0c
parent 70750 07673e7cb5e6
equal deleted inserted replaced
70757:6a835635fa93 70758:5094098f5e0c
     8 AllowUsers vcs
     8 AllowUsers vcs
     9 
     9 
    10 # You may need to tweak these options, but mostly they just turn off everything
    10 # You may need to tweak these options, but mostly they just turn off everything
    11 # dangerous.
    11 # dangerous.
    12 
    12 
    13 Port 2222
    13 Port 22
    14 Protocol 2
    14 Protocol 2
    15 PermitRootLogin no
    15 PermitRootLogin no
    16 AllowAgentForwarding no
    16 AllowAgentForwarding no
    17 AllowTcpForwarding no
    17 AllowTcpForwarding no
    18 PrintMotd no
    18 PrintMotd no