Setup SFTP server in Windows using OpenSSH with public key authentication, folder jailing

Опубликовано: 14 Сентябрь 2024
на канале: Learning Software
49k
503

Blog post for this video -

Playlist URL -

Setup local FTP server and FTP client in Windows using IIS, Filezilla server and WinSCP -

Iterating through files inside a folder using the glob module in python -

Setup Python Development Environment -

Table of contents -

Please subscribe, like and share this video

00:00 - Intro
00:17 - OpenSSH installation
02:39 - SFTP server automatic start up
03:45 - OpenSSH in newer Windows
04:46 - WinSCP as SFTP client
06:20 - Drawbacks of Password authentication
07:47 - Setup Public key authentication
07:56 - ssh-keygen for public-private key pair
09:56 - puttygen for public-private key pair
11:22 - public key in authorized_keys file
13:04 - authorized_keys file ACL setting
15:05 - sshd_config file
18:06 - WinSCP with Public key authentication
19:51 - Folder jailing implementation
22:13 - Conclusion