Remove accidentally included message

Signed-off-by: Matt Oswalt <matt@keepingitclassless.net>
This commit is contained in:
Matt Oswalt 2019-11-22 23:40:24 -08:00
parent ccbe327cd6
commit 65af8fea4f
No known key found for this signature in database
GPG key ID: 90EBA1B26A6D1061

View file

@ -35,7 +35,6 @@ module.exports = function socket (socket) {
}
if (!permitted) {
socket.emit('401 UNAUTHORIZED')
socket.emit('status', 'SSH CONNECTION ESTABLISHED')
debugWebSSH2('SOCKET: Requested host outside configured subnets / REJECTED')
socket.disconnect(true)
return