Differences
This shows you the differences between the selected revision and the current version of the page.
| howto:securing_sftp 2007/12/13 18:15 | howto:securing_sftp 2017/09/06 18:38 current | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| I you'd like to create a per user chrooted environment, you should take a closer look at [[http://olivier.sessink.nl/jailkit/howtos_sftp_scp_only.html|sftp/scp how-to at Jailkit]].)) chrooted environment for sftp/scp. | I you'd like to create a per user chrooted environment, you should take a closer look at [[http://olivier.sessink.nl/jailkit/howtos_sftp_scp_only.html|sftp/scp how-to at Jailkit]].)) chrooted environment for sftp/scp. | ||
| It will also show you how to protect you ssh server from brute-force attacks | It will also show you how to protect you ssh server from brute-force attacks | ||
| + | |||
| + | |||
| ===== Prerequisite ===== | ===== Prerequisite ===== | ||
| Line 15: | Line 17: | ||
| apt-get install flex bison | apt-get install flex bison | ||
| apt-get install g++ | apt-get install g++ | ||
| + | |||
| + | IMPORTANT: If the next step fails (./configure below) then install build-essential and python: | ||
| + | |||
| + | apt-get install build-essential | ||
| + | apt-get install python | ||
| * If you haven't installed ssh, you have to that: | * If you haven't installed ssh, you have to that: | ||