mirror of
https://github.com/rclone/rclone.git
synced 2024-11-24 14:35:35 +08:00
c553ad5158
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 |
||
---|---|---|
.. | ||
connection_test.go | ||
connection.go | ||
handler.go | ||
server.go | ||
sftp_test.go | ||
sftp_unsupported.go | ||
sftp.go |