1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00
Files
rclone/cmd
Nick Craig-Wood 9d9999d17b serve sftp: fix authentication on one connection blocking others - fixes #4882
Before this change, if one connection was authenticating this would
block any others from authenticating.

This was due to ssh.NewServerConn not being called in a go routine
after the Accept call.

This is fixed by running the ssh authentication in a go routine.

Thanks to @FiloSottile for advice on how to fix this.

See: https://github.com/golang/go/issues/43521
2021-01-13 16:48:18 +00:00
..
2020-02-10 15:29:39 +00:00
2020-09-07 12:12:10 +01:00
2020-05-19 12:02:44 +01:00
2019-10-14 17:02:09 +01:00
2019-10-14 17:02:09 +01:00
2019-10-14 17:02:09 +01:00
2019-10-14 17:02:09 +01:00
2020-08-10 17:32:21 +01:00
2019-10-14 17:02:09 +01:00
2019-10-14 17:02:09 +01:00
2019-10-14 17:02:09 +01:00
2019-10-14 17:02:09 +01:00
2019-10-14 17:02:09 +01:00
2018-06-02 17:35:13 +01:00