Differences
This shows you the differences between the selected revision and the current version of the page.
| howto:securing_sftp 2009/07/04 09:23 | 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 | ||
| + | |||
| Line 17: | Line 18: | ||
| apt-get install g++ | apt-get install g++ | ||
| - | IMPORTANT: If the next step fails (./configure below) then install build-essential: | + | IMPORTANT: If the next step fails (./configure below) then install build-essential and python: |
| apt-get install build-essential | 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: | ||