@@ -264,7 +264,6 @@ func (c CredentialValidator) Valid(username, password string) bool {
return c.username == username && c.password == password
}
func connForward(bufSize int, from, to net.Conn) {
buf := make([]byte, bufSize)
for {
The note is not visible to the blocked user.