sftpgo-mirror/sftpd
Nicola Murino 8a4c21b64a
add builtin two-factor auth support
The builtin two-factor authentication is based on time-based one time
passwords (RFC 6238) which works with Authy, Google Authenticator and
other compatible apps.
2021-09-04 12:11:04 +02:00
..
mocks sftpd: add folder prefix middleware 2021-07-29 00:32:55 +02:00
cmd_unix.go dataprovider: add timestamp fields for users and admins 2021-08-19 15:51:43 +02:00
cmd_windows.go add support for Git over SSH 2019-11-26 22:26:42 +01:00
cryptfs_test.go add experimental plugin system 2021-07-11 15:26:51 +02:00
handler.go improve error messages for generic failures 2021-08-08 19:30:21 +02:00
internal_test.go improve error messages for generic failures 2021-08-08 19:30:21 +02:00
internal_unix_test.go dataprovider: add timestamp fields for users and admins 2021-08-19 15:51:43 +02:00
lister.go Improve documentation 2019-07-30 20:51:29 +02:00
middleware.go add dot and dot dot directories to sftp/ftp file listing 2021-07-31 09:42:23 +02:00
middleware_test.go add dot and dot dot directories to sftp/ftp file listing 2021-07-31 09:42:23 +02:00
scp.go add experimental plugin system 2021-07-11 15:26:51 +02:00
server.go add builtin two-factor auth support 2021-09-04 12:11:04 +02:00
sftpd.go OpenAPI: minor changes 2021-01-18 13:24:38 +01:00
sftpd_test.go add builtin two-factor auth support 2021-09-04 12:11:04 +02:00
ssh_cmd.go sftpd: add folder prefix middleware 2021-07-29 00:32:55 +02:00
subsystem.go dataprovider: add timestamp fields for users and admins 2021-08-19 15:51:43 +02:00
transfer.go add experimental plugin system 2021-07-11 15:26:51 +02:00