mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 23:30:55 +03:00
Ignore user auth banner in transport.
This commit is contained in:
@@ -499,6 +499,10 @@ public final class TransportImpl
|
|||||||
gotServiceAccept();
|
gotServiceAccept();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case USERAUTH_BANNER: {
|
||||||
|
log.debug("Received USERAUTH_BANNER");
|
||||||
|
break;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
sendUnimplemented();
|
sendUnimplemented();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user