Changes

stoney backup: Server set-up

127 bytes added, 07:53, 25 August 2013
/* OpenSSH */
Subsystem sftp internal-sftp
</source>
 
Make sure, that <source lang="bash">Subsystem sftp internal-sftp</source> is the last line in the configuration file.
Execute:
FILE=/etc/ssh/sshd_config;
for ((x=0; x<101000; x+=1)); \
do \
printf "Match User *%03d\n" $x >> ${FILE}; \
SLB, editor, reviewer
3,388
edits